mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-21 14:26:59 +00:00
mpeg4videoenc: remove forgotten return -1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit f9bb7395a1
)
This commit is contained in:
parent
a0acc9eff6
commit
0d68a6f72d
@ -415,7 +415,6 @@ av_cold int MPV_encode_init(AVCodecContext *avctx)
|
||||
avctx->sample_aspect_ratio.num, avctx->sample_aspect_ratio.den);
|
||||
av_reduce(&avctx->sample_aspect_ratio.num, &avctx->sample_aspect_ratio.den,
|
||||
avctx->sample_aspect_ratio.num, avctx->sample_aspect_ratio.den, 255);
|
||||
return -1;
|
||||
}
|
||||
|
||||
if((s->flags & (CODEC_FLAG_INTERLACED_DCT|CODEC_FLAG_INTERLACED_ME|CODEC_FLAG_ALT_SCAN))
|
||||
|
Loading…
Reference in New Issue
Block a user