From 373c32c7116dce6cee3f34967ebdda167b2bf40d Mon Sep 17 00:00:00 2001 From: Michel Bardiaux Date: Tue, 23 Jan 2007 09:24:41 +0000 Subject: Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. Originally committed as revision 7659 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/utils.c') diff --git a/libavformat/utils.c b/libavformat/utils.c index cebe628d10..4467ddaca3 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. -- cgit v1.2.3