00001 /* Stubs for deCSS which can't be distributed in source form */ 00002 00003 #include "mpeg3css.h" 00004 #include "mpeg3private.h" 00005 00006 mpeg3_css_t* mpeg3_new_css() 00007 { 00008 return 0; 00009 } 00010 00011 int mpeg3_delete_css(mpeg3_css_t *css) 00012 { 00013 return 0; 00014 } 00015 00016 int mpeg3_get_keys(mpeg3_css_t *css, char *path) 00017 { 00018 return 1; 00019 } 00020 00021 int mpeg3_decrypt_packet(mpeg3_css_t *css, unsigned char *sector) 00022 { 00023 return 1; 00024 }
1.5.5