mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
lavc: fix forgotten "que" reference.
This should have been part of 491ca0e8
.
This commit is contained in:
parent
0780fe2740
commit
dbf0a90572
@ -57,7 +57,7 @@ int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f)
|
||||
(AVRational){ 1, afq->avctx->sample_rate });
|
||||
new->pts -= afq->remaining_delay;
|
||||
if(afq->frame_count && new[-1].pts >= new->pts)
|
||||
av_log(afq->avctx, AV_LOG_WARNING, "Que input is backward in time\n");
|
||||
av_log(afq->avctx, AV_LOG_WARNING, "Queue input is backward in time\n");
|
||||
} else {
|
||||
new->pts = AV_NOPTS_VALUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user