Skip to content
Snippets Groups Projects
Commit 0605cb43 authored by Alexander Strasser's avatar Alexander Strasser Committed by Ronald S. Bultje
Browse files

vorbis dec: Remove obsolete comment

parent 4f03c5d7
Branches
Tags
No related merge requests found
...@@ -1037,7 +1037,6 @@ static int vorbis_floor0_decode(vorbis_context *vc, ...@@ -1037,7 +1037,6 @@ static int vorbis_floor0_decode(vorbis_context *vc,
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; book_idx = 0;
//FIXME: look above
} }
AV_DEBUG("floor0 dec: booknumber: %u\n", book_idx); AV_DEBUG("floor0 dec: booknumber: %u\n", book_idx);
codebook = vc->codebooks[vf->book_list[book_idx]]; codebook = vc->codebooks[vf->book_list[book_idx]];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment