From 9c55b7725b56a5eb438e5df30f57964dd171f783 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 21 Mar 2008 10:51:12 +0000 Subject: [PATCH] update description Originally committed as revision 12531 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 0f58131..55fd5cf 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -134,7 +134,7 @@ typedef struct MOVContext { /* 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 { -- 2.7.4