diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2007-01-23 09:24:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-23 09:24:41 +0000 |
commit | 373c32c7116dce6cee3f34967ebdda167b2bf40d (patch) | |
tree | 233d77d3570ec65ed010c1be0f2ad93a6cbf8421 /libavformat | |
parent | b34397b4cd780b5692548e7d021ec884c7217dba (diff) | |
download | ffmpeg-373c32c7116dce6cee3f34967ebdda167b2bf40d.tar.gz |
Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.
Originally committed as revision 7659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |