Implement YOP demuxer and video decoder.

Patch by Mohamed Naufal gmailify(naufal11).

Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mohamed Naufal
2010-03-29 22:17:01 +00:00
committed by Stefano Sabatini
parent 30ad1a6651
commit 148bcae98c
9 changed files with 485 additions and 2 deletions

View File

@@ -207,6 +207,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (WNV1, wnv1);
REGISTER_DECODER (XAN_WC3, xan_wc3);
REGISTER_DECODER (XL, xl);
REGISTER_DECODER (YOP, yop);
REGISTER_ENCDEC (ZLIB, zlib);
REGISTER_ENCDEC (ZMBV, zmbv);