[FFmpeg-devel] [PATCH] examples/muxing: remove misleading comment about pending API change

Stefano Sabatini stefasab at gmail.com
Wed Oct 17 10:48:41 CEST 2012


The API was never changed since 2003. Replace with a comment about the
performed operation.
---
 doc/examples/muxing.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index 2b7170a..78a079e 100644
--- a/doc/examples/muxing.c
+++ b/doc/examples/muxing.c
@@ -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);
 
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list