changeset 9139:4564ec1f21b0 libavcodec

flacdec: cosmetics: Add a comment with the data of the smallest FLAC frame for future reference.
author jbr
date Thu, 05 Mar 2009 04:40:42 +0000
parents 063854fdfe73
children 322fa07fd397
files flacdec.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;