|
|
@@ -3825,8 +3825,10 @@ FF_DISABLE_DEPRECATION_WARNINGS |
|
|
st->codec->height = st->internal->avctx->height; |
|
|
st->codec->height = st->internal->avctx->height; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (st->codec->codec_tag != MKTAG('t','m','c','d')) |
|
|
|
|
|
|
|
|
if (st->codec->codec_tag != MKTAG('t','m','c','d')) { |
|
|
st->codec->time_base = st->internal->avctx->time_base; |
|
|
st->codec->time_base = st->internal->avctx->time_base; |
|
|
|
|
|
st->codec->ticks_per_frame = st->internal->avctx->ticks_per_frame; |
|
|
|
|
|
} |
|
|
st->codec->framerate = st->avg_frame_rate; |
|
|
st->codec->framerate = st->avg_frame_rate; |
|
|
|
|
|
|
|
|
if (st->internal->avctx->subtitle_header) { |
|
|
if (st->internal->avctx->subtitle_header) { |
|
|
|