mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 10:44:59 +00:00
avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ca2fd25988
commit
19e66c7232
@ -349,6 +349,7 @@ static int libvorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
|
|||||||
avctx->delay = duration;
|
avctx->delay = duration;
|
||||||
av_assert0(!s->afq.remaining_delay);
|
av_assert0(!s->afq.remaining_delay);
|
||||||
s->afq.frames->duration += duration;
|
s->afq.frames->duration += duration;
|
||||||
|
if (s->afq.frames->pts != AV_NOPTS_VALUE)
|
||||||
s->afq.frames->pts -= duration;
|
s->afq.frames->pts -= duration;
|
||||||
s->afq.remaining_samples += duration;
|
s->afq.remaining_samples += duration;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user