Mercurial > libavformat.hg
changeset 1717:02b8757d2e72 libavformat
Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.
author | diego |
---|---|
date | Tue, 23 Jan 2007 09:24:41 +0000 |
parents | 01b3cc392466 |
children | 3eb35e92a29a |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Mon Jan 22 21:38:33 2007 +0000 +++ b/utils.c Tue Jan 23 09:24:41 2007 +0000 @@ -257,7 +257,7 @@ } /** - * 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.