提交 7e627332 编写于 作者: B Baptiste Coudurier

error is -1

Originally committed as revision 12959 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 cfb5a2ab
......@@ -451,7 +451,7 @@ static int mov_read_mdhd(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
int lang;
if (version > 1)
return 1; /* unsupported */
return -1; /* unsupported */
get_be24(pb); /* flags */
if (version == 1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册