mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-07 21:17:58 +00:00
vorbis dec: Remove obsolete comment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
350b2bb1a6
commit
21b032c431
@ -1037,7 +1037,6 @@ static int vorbis_floor0_decode(vorbis_context *vc,
|
||||
av_log(vc->avccontext, AV_LOG_ERROR,
|
||||
"floor0 dec: booknumber too high!\n");
|
||||
book_idx = 0;
|
||||
//FIXME: look above
|
||||
}
|
||||
AV_DEBUG("floor0 dec: booknumber: %u\n", book_idx);
|
||||
codebook = vc->codebooks[vf->book_list[book_idx]];
|
||||
|
Loading…
Reference in New Issue
Block a user