summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-01-22 11:07:03 +0000
committerMans Rullgard <mans@mansr.com>2011-01-22 13:06:06 +0000
commitdb2ddd38859b26c0a4e4bf92619625cd7e0e7f42 (patch)
tree5c0e5f07b0a97ae36c4a913de9278fb6d465914c
parent98cfadd648bfb2ab48e4c18d832e946a1ba050c8 (diff)
Remove outdated and confusing comment.
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r--ffplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffplay.c b/ffplay.c
index 2a2e8239e3..840df66687 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1569,8 +1569,6 @@ static int get_video_frame(VideoState *is, AVFrame *frame, int64_t *pts, AVPacke
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;
len1 = avcodec_decode_video2(is->video_st->codec,
frame, &got_picture,