mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-02 05:56:46 +08:00
flacdec: cosmetics: Add a comment with the data of the smallest FLAC
frame for future reference. Originally committed as revision 17822 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -650,7 +650,8 @@ static int flac_decode_frame(AVCodecContext *avctx,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* check that there is at least the smallest decodable amount of data.
|
/* 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)
|
if (buf_size < 11)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user