Commit e5b46ba5 authored by michael's avatar michael

fix issue130


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10888 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 79f76043
...@@ -1006,6 +1006,7 @@ static uint_fast8_t vorbis_floor0_decode(vorbis_context *vc, ...@@ -1006,6 +1006,7 @@ static uint_fast8_t vorbis_floor0_decode(vorbis_context *vc,
if ( book_idx >= vf->num_books ) { if ( book_idx >= vf->num_books ) {
av_log( vc->avccontext, AV_LOG_ERROR, av_log( vc->avccontext, AV_LOG_ERROR,
"floor0 dec: booknumber too high!\n" ); "floor0 dec: booknumber too high!\n" );
book_idx= 0;
//FIXME: look above //FIXME: look above
} }
AV_DEBUG( "floor0 dec: booknumber: %u\n", book_idx ); AV_DEBUG( "floor0 dec: booknumber: %u\n", book_idx );
......
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