mpeg3css_fake.c
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- /* Stubs for deCSS which can't be distributed in source form */
- #include "mpeg3css.h"
- #include "mpeg3private.h"
- mpeg3_css_t* mpeg3_new_css()
- {
- return 0;
- }
- int mpeg3_delete_css(mpeg3_css_t *css)
- {
- return 0;
- }
- int mpeg3_get_keys(mpeg3_css_t *css, char *path)
- {
- return 1;
- }
- int mpeg3_decrypt_packet(mpeg3_css_t *css, unsigned char *sector)
- {
- return 1;
- }