From 5ca298df2df80e9cb45a112386c1c5a847c288dd Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 17 Oct 2012 10:46:55 +0200 Subject: [PATCH] examples/muxing: remove misleading comment about pending API change The API was never changed since 2003. Replace with a comment about the performed operation. --- 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 2b7170a597..78a079ec41 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);