VMware Video decoder (fourcc: VMnc)

Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov
2006-09-05 04:37:14 +00:00
parent 353e433b96
commit eb57c88973
8 changed files with 338 additions and 2 deletions

View File

@ -528,6 +528,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_FLASHSV_DECODER
register_avcodec(&flashsv_decoder);
#endif //CONFIG_FLASHSV_DECODER
#ifdef CONFIG_VMNC_DECODER
register_avcodec(&vmnc_decoder);
#endif //CONFIG_VMNC_DECODER
#endif /* CONFIG_DECODERS */
#if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)