mpeg3css_fake.c
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /* Stubs for deCSS which can't be distributed in source form */
  2. #include "mpeg3css.h"
  3. #include "mpeg3private.h"
  4. mpeg3_css_t* mpeg3_new_css()
  5. {
  6. return 0;
  7. }
  8. int mpeg3_delete_css(mpeg3_css_t *css)
  9. {
  10. return 0;
  11. }
  12. int mpeg3_get_keys(mpeg3_css_t *css, char *path)
  13. {
  14. return 1;
  15. }
  16. int mpeg3_decrypt_packet(mpeg3_css_t *css, unsigned char *sector)
  17. {
  18. return 1;
  19. }