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

Stefano Sabatini git at videolan.org
Wed Oct 17 21:50:09 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Oct 17 10:46:55 2012 +0200| [5ca298df2df80e9cb45a112386c1c5a847c288dd] | committer: Stefano Sabatini

examples/muxing: remove misleading comment about pending API change

The API was never changed since 2003. Replace with a comment about the
performed operation.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ca298df2df80e9cb45a112386c1c5a847c288dd
---

 doc/examples/muxing.c |    3 +--
 1 file changed, 1 insertion(+), 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);
 



More information about the ffmpeg-cvslog mailing list