mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
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:
committed by
Stefano Sabatini
parent
30ad1a6651
commit
148bcae98c
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user