OSDN Git Service

examples/muxing: remove misleading comment about pending API change
authorStefano Sabatini <stefasab@gmail.com>
Wed, 17 Oct 2012 08:46:55 +0000 (10:46 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Wed, 17 Oct 2012 19:39:12 +0000 (21:39 +0200)
The API was never changed since 2003. Replace with a comment about the
performed operation.

doc/examples/muxing.c

index 2b7170a..78a079e 100644 (file)
@@ -341,8 +341,7 @@ static void write_video_frame(AVFormatContext *oc, AVStream *st)
     }
 
     if (oc->oformat->flags & AVFMT_RAWPICTURE) {
-        /* Raw video case - the API will change slightly in the near
-         * future for that. */
+        /* Raw video case - directly store the picture in the packet */
         AVPacket pkt;
         av_init_packet(&pkt);