Commit db2ddd38 authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Mans Rullgard

Remove outdated and confusing comment.

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 98cfadd6
...@@ -1569,8 +1569,6 @@ static int get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacke ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment