summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
diff options
context:
space:
mode:
authorMichel Bardiaux <mbardiaux@peaktime.be>2007-01-23 09:24:41 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-23 09:24:41 +0000
commit373c32c7116dce6cee3f34967ebdda167b2bf40d (patch)
tree233d77d3570ec65ed010c1be0f2ad93a6cbf8421 /libavformat/utils.c
parentb34397b4cd780b5692548e7d021ec884c7217dba (diff)
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/utils.c')
-rw-r--r--libavformat/utils.c2
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.