mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-28 23:49:20 +00:00
dosbox native ZMBV decoder, courtesy of Kostya
Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4e114829b1
commit
9c8d8e84e0
7 changed files with 483 additions and 2 deletions
|
@ -444,6 +444,9 @@ void avcodec_register_all(void)
|
|||
#ifdef CONFIG_ZLIB_DECODER
|
||||
register_avcodec(&zlib_decoder);
|
||||
#endif //CONFIG_ZLIB_DECODER
|
||||
#ifdef CONFIG_ZMBV_DECODER
|
||||
register_avcodec(&zmbv_decoder);
|
||||
#endif //CONFIG_ZMBV_DECODER
|
||||
#ifdef CONFIG_SONIC_DECODER
|
||||
register_avcodec(&sonic_decoder);
|
||||
#endif //CONFIG_SONIC_DECODER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue