From: Baptiste Coudurier Date: Fri, 21 Mar 2008 10:51:12 +0000 (+0000) Subject: update description X-Git-Tag: v0.5~5407 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c55b7725b56a5eb438e5df30f57964dd171f783;p=platform%2Fupstream%2Flibav.git update description Originally committed as revision 12531 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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 {