summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-03-21 10:51:12 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-03-21 10:51:12 +0000
commit9c55b7725b56a5eb438e5df30f57964dd171f783 (patch)
treeb91804876d2e59f606c7986dbf1d66e8c3aee878 /libavformat/mov.c
parent3efe8848fcbfc4f258848ea793a3e3f60ad190a3 (diff)
downloadffmpeg-streaming-9c55b7725b56a5eb438e5df30f57964dd171f783.zip
ffmpeg-streaming-9c55b7725b56a5eb438e5df30f57964dd171f783.tar.gz
update description
Originally committed as revision 12531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
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 {
OpenPOWER on IntegriCloud