diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-21 10:51:12 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-21 10:51:12 +0000 |
commit | 9c55b7725b56a5eb438e5df30f57964dd171f783 (patch) | |
tree | b91804876d2e59f606c7986dbf1d66e8c3aee878 | |
parent | 3efe8848fcbfc4f258848ea793a3e3f60ad190a3 (diff) | |
download | ffmpeg-9c55b7725b56a5eb438e5df30f57964dd171f783.tar.gz |
update description
Originally committed as revision 12531 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 0f58131908..55fd5cf792 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 { |