[SCM] libav/experimental: Remove outdated and confusing comment.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:22:27 UTC 2013


The following commit has been merged in the experimental branch:
commit db2ddd38859b26c0a4e4bf92619625cd7e0e7f42
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jan 22 11:07:03 2011 +0000

    Remove outdated and confusing comment.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

diff --git a/ffplay.c b/ffplay.c
index 2a2e823..840df66 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,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list