Commit 96826245 authored by jbr's avatar jbr

flacdec: cosmetics: Add a comment with the data of the smallest FLAC

frame for future reference.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17822 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b738eab
......@@ -650,7 +650,8 @@ static int flac_decode_frame(AVCodecContext *avctx,
}
/* check that there is at least the smallest decodable amount of data.
this amount corresponds to the smallest valid FLAC frame possible. */
this amount corresponds to the smallest valid FLAC frame possible.
FF F8 69 02 00 00 9A 00 00 34 46 */
if (buf_size < 11)
goto end;
......
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