VMware Video decoder (fourcc: VMnc)
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
353e433b96
commit
eb57c88973
8 changed files with 338 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue