Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Naufal <naufal11@gmail.com>2010-03-30 02:17:01 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-30 02:17:01 +0400
commit148bcae98c7227cfe0aac74841b0888bd456332a (patch)
treeceb642d0997bbc6d5a0d84e072da3c3a5885c5a2 /libavcodec/allcodecs.c
parent30ad1a66517c5533014ad8b2180bfcf06bb12d80 (diff)
Implement YOP demuxer and video decoder.
Patch by Mohamed Naufal gmailify(naufal11). Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 5dbf1dc363..662ae02f98 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -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);