mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avconv: set output avg_frame_rate when known
This commit is contained in:
parent
7a5f4f6853
commit
93afb6c98d
2
avconv.c
2
avconv.c
@ -1850,6 +1850,8 @@ static int transcode_init(void)
|
||||
ost->filter->filter->inputs[0]->sample_aspect_ratio;
|
||||
enc_ctx->pix_fmt = ost->filter->filter->inputs[0]->format;
|
||||
|
||||
ost->st->avg_frame_rate = ost->frame_rate;
|
||||
|
||||
if (dec_ctx &&
|
||||
(enc_ctx->width != dec_ctx->width ||
|
||||
enc_ctx->height != dec_ctx->height ||
|
||||
|
Loading…
Reference in New Issue
Block a user