Browse Source

Remove outdated and confusing comment.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit db2ddd3885)
tags/n0.8
Stefano Sabatini Michael Niedermayer 14 years ago
parent
commit
22f73157b7
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ffplay.c

+ 0
- 2
ffplay.c View File

@@ -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,


Loading…
Cancel
Save