mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mpegvideo: remove FMT_H264
This commit is contained in:
parent
ee8704916d
commit
07054015cf
@ -49,7 +49,6 @@ enum OutputFormat {
|
||||
FMT_H261,
|
||||
FMT_H263,
|
||||
FMT_MJPEG,
|
||||
FMT_H264,
|
||||
};
|
||||
|
||||
#define MPEG_BUF_SIZE (16 * 1024)
|
||||
|
@ -3228,8 +3228,6 @@ static int encode_picture(MpegEncContext *s, int picture_number)
|
||||
if (CONFIG_MPEG1VIDEO_ENCODER || CONFIG_MPEG2VIDEO_ENCODER)
|
||||
ff_mpeg1_encode_picture_header(s, picture_number);
|
||||
break;
|
||||
case FMT_H264:
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user