summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMohamed Naufal <naufal11@gmail.com>2010-03-29 22:17:01 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-29 22:17:01 +0000
commit148bcae98c7227cfe0aac74841b0888bd456332a (patch)
treeceb642d0997bbc6d5a0d84e072da3c3a5885c5a2 /libavformat/allformats.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 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 91dba0a3a6..27dba103d2 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -207,6 +207,7 @@ void av_register_all(void)
REGISTER_DEMUXER (WSVQA, wsvqa);
REGISTER_DEMUXER (WV, wv);
REGISTER_DEMUXER (XA, xa);
+ REGISTER_DEMUXER (YOP, yop);
REGISTER_MUXDEMUX (YUV4MPEGPIPE, yuv4mpegpipe);
/* external libraries */