OSDN Git Service

Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.
authorMichel Bardiaux <mbardiaux@peaktime.be>
Tue, 23 Jan 2007 09:24:41 +0000 (09:24 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 23 Jan 2007 09:24:41 +0000 (09:24 +0000)
Originally committed as revision 7659 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/utils.c

index cebe628..4467dda 100644 (file)
@@ -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.