You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Remove outdated and confusing comment.
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
committed by
Mans Rullgard
parent
98cfadd648
commit
db2ddd3885
2
ffplay.c
2
ffplay.c
@@ -1569,8 +1569,6 @@ static int get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacke
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* NOTE: ipts is the PTS of the _first_ picture beginning in
|
|
||||||
this packet, if any */
|
|
||||||
is->video_st->codec->reordered_opaque = pkt->pts;
|
is->video_st->codec->reordered_opaque = pkt->pts;
|
||||||
len1 = avcodec_decode_video2(is->video_st->codec,
|
len1 = avcodec_decode_video2(is->video_st->codec,
|
||||||
frame, &got_picture,
|
frame, &got_picture,
|
||||||
|
Reference in New Issue
Block a user