diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-04-25 13:56:08 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-04-25 13:56:08 +0000 |
commit | 69b1c6275633a5d3aa36297b40e4f2f30f90ca71 (patch) | |
tree | 638a51edde02e3375517a7e792b493a7dad8cc39 /libavformat | |
parent | 7e6273322ca47d7e28a84238c5cd2de3667eb47b (diff) | |
download | ffmpeg-streaming-69b1c6275633a5d3aa36297b40e4f2f30f90ca71.zip ffmpeg-streaming-69b1c6275633a5d3aa36297b40e4f2f30f90ca71.tar.gz |
update doc
Originally committed as revision 12960 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mov.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 39622bf..a3e5ddb 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 */ |