提交 4c12e8be 编写于 作者: A Alex Beregszaszi

preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier

Originally committed as revision 3862 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 21aa398f
......@@ -108,6 +108,8 @@ void avcodec_register_all(void)
register_avcodec(&msmpeg4v3_decoder);
register_avcodec(&wmv1_decoder);
register_avcodec(&wmv2_decoder);
register_avcodec(&vc9_decoder);
register_avcodec(&wmv3_decoder);
register_avcodec(&h263i_decoder);
register_avcodec(&flv_decoder);
register_avcodec(&rv10_decoder);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册