# HG changeset patch # User jbr # Date 1236228042 0 # Node ID 4564ec1f21b0405b8ff7278d479705be92116d08 # Parent 063854fdfe73be0e69b19d1366aec2f6b80015b7 flacdec: cosmetics: Add a comment with the data of the smallest FLAC frame for future reference. diff -r 063854fdfe73 -r 4564ec1f21b0 flacdec.c --- a/flacdec.c Thu Mar 05 02:36:17 2009 +0000 +++ b/flacdec.c Thu Mar 05 04:40:42 2009 +0000 @@ -650,7 +650,8 @@ } /* 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;