summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-01-22 11:07:03 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-01-23 19:32:07 +0100
commit22f73157b71807e1ff88c916dbf83ea31b1b50ce (patch)
tree373cb9d9bdcf2a1c2e2a52b16e521d6cd203b66e /ffplay.c
parentff5eded449c32ef46489a9225445801837beb6a6 (diff)
Remove outdated and confusing comment.
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit db2ddd38859b26c0a4e4bf92619625cd7e0e7f42)
Diffstat (limited to 'ffplay.c')
-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,