mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
lavc: remove msmpeg4v1 encoder.
The encoder has never produced files that could be decoded with any software and there should be no reason to create such files anyway.
This commit is contained in:
@ -54,8 +54,7 @@ int ff_wmv2_decode_mb(MpegEncContext *s, DCTELEM block[6][64]);
|
||||
CONFIG_MSMPEG4V3_DECODER || \
|
||||
CONFIG_WMV2_DECODER || \
|
||||
CONFIG_VC1_DECODER)
|
||||
#define CONFIG_MSMPEG4_ENCODER (CONFIG_MSMPEG4V1_ENCODER || \
|
||||
CONFIG_MSMPEG4V2_ENCODER || \
|
||||
#define CONFIG_MSMPEG4_ENCODER (CONFIG_MSMPEG4V2_ENCODER || \
|
||||
CONFIG_MSMPEG4V3_ENCODER || \
|
||||
CONFIG_WMV2_ENCODER)
|
||||
|
||||
|
Reference in New Issue
Block a user