changeset 3163:b8c9d2e2b227 libavformat

update description
author bcoudurier
date Fri, 21 Mar 2008 10:51:12 +0000
parents 5e03e5577f79
children 31447ec2ae2e
files mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Fri Mar 21 10:48:22 2008 +0000
+++ b/mov.c	Fri Mar 21 10:51:12 2008 +0000
@@ -134,7 +134,7 @@
 /* return code:
   1: found what I wanted, exit
   0: continue to parse next atom
- -1: error occured, exit
+ <0: error occured, exit
 */
 /* links atom IDs to parse functions */
 typedef struct MOVParseTableEntry {