[FFmpeg-cvslog] r12959 - trunk/libavformat/mov.c
bcoudurier
subversion
Fri Apr 25 15:54:34 CEST 2008
Author: bcoudurier
Date: Fri Apr 25 15:54:33 2008
New Revision: 12959
Log:
error is -1
Modified:
trunk/libavformat/mov.c
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c (original)
+++ trunk/libavformat/mov.c Fri Apr 25 15:54:33 2008
@@ -451,7 +451,7 @@ static int mov_read_mdhd(MOVContext *c,
int lang;
if (version > 1)
- return 1; /* unsupported */
+ return -1; /* unsupported */
get_be24(pb); /* flags */
if (version == 1) {
More information about the ffmpeg-cvslog
mailing list