Commit 24f9709b authored by Fabrice Bellard's avatar Fabrice Bellard

fixed VOB parsing bug

Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9b030d9d
......@@ -659,9 +659,9 @@ int av_find_stream_info(AVFormatContext *ic)
close_codec:
st->codec_info_state = CSTATE_FOUND;
avcodec_close(&st->codec);
}
break;
}
}
ptr += ret;
size -= ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment