projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
629fb5c
)
flacdec: cosmetics: Add a comment with the data of the smallest FLAC
author
Justin Ruggles
<justin.ruggles@gmail.com>
Thu, 5 Mar 2009 04:40:42 +0000
(
04:40
+0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Thu, 5 Mar 2009 04:40:42 +0000
(
04:40
+0000)
frame for future reference.
Originally committed as revision 17822 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flacdec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/flacdec.c
b/libavcodec/flacdec.c
index
4ed15c9
..
2c5f22c
100644
(file)
--- a/
libavcodec/flacdec.c
+++ b/
libavcodec/flacdec.c
@@
-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;