mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-31 19:25:06 +08:00
Add 8088flex TMV video decoder.
Patch by Daniel Verkamp name at drv ... nu. Originally committed as revision 18765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Stefano Sabatini

parent
89cb5cd25d
commit
a1fd2bc350
@ -162,6 +162,7 @@ void avcodec_register_all(void)
|
||||
REGISTER_DECODER (THP, thp);
|
||||
REGISTER_DECODER (TIERTEXSEQVIDEO, tiertexseqvideo);
|
||||
REGISTER_ENCDEC (TIFF, tiff);
|
||||
REGISTER_DECODER (TMV, tmv);
|
||||
REGISTER_DECODER (TRUEMOTION1, truemotion1);
|
||||
REGISTER_DECODER (TRUEMOTION2, truemotion2);
|
||||
REGISTER_DECODER (TSCC, tscc);
|
||||
|
Reference in New Issue
Block a user