Mercurial > libavformat.hg
diff utils.c @ 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 | 23c911d09382 |
| children | 1a8d1f66c867 |
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.
