From: Michel Bardiaux Date: Tue, 23 Jan 2007 09:24:41 +0000 (+0000) Subject: Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. X-Git-Tag: v0.5~10403 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=373c32c7116dce6cee3f34967ebdda167b2bf40d;p=coroid%2Flibav_saccubus.git Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. Originally committed as revision 7659 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/utils.c b/libavformat/utils.c index cebe628d1..4467ddaca 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -257,7 +257,7 @@ int av_dup_packet(AVPacket *pkt) } /** - * Allocate the payload of a packet and intialized its fields to default values. + * Check whether filename actually is a numbered sequence generator. * * @param filename possible numbered sequence string * @return 1 if a valid numbered sequence string, 0 otherwise.