]> git.sesse.net Git - ffmpeg/blobdiff - doc/examples/muxing.c
examples/muxing: remove misleading comment about pending API change
[ffmpeg] / doc / examples / muxing.c
index 2b7170a597a3f446b442b6f40cc21b0b90b0de24..78a079ec412dd815d7ea52f0e479a4c9bc54d28a 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);