Skip to content
Snippets Groups Projects
Commit 24f9709b authored by Fabrice Bellard's avatar Fabrice Bellard
Browse files

fixed VOB parsing bug

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