From 69b1c6275633a5d3aa36297b40e4f2f30f90ca71 Mon Sep 17 00:00:00 2001
From: Baptiste Coudurier <baptiste.coudurier@gmail.com>
Date: Fri, 25 Apr 2008 13:56:08 +0000
Subject: [PATCH] update doc

Originally committed as revision 12960 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/mov.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 39622bff39d..a3e5ddb1d7e 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -153,7 +153,6 @@ typedef struct MOVContext {
 
 /* those functions parse an atom */
 /* return code:
-  1: found what I wanted, exit
   0: continue to parse next atom
  <0: error occurred, exit
 */
-- 
GitLab