projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff5b2c
)
atrac1: fix a typo
author
Justin Ruggles
<justin.ruggles@gmail.com>
Fri, 14 Oct 2011 04:30:42 +0000
(
00:30
-0400)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Sat, 29 Oct 2011 19:06:31 +0000
(15:06 -0400)
libavcodec/atrac1.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/atrac1.c
b/libavcodec/atrac1.c
index
1ba580c
..
d129f10
100644
(file)
--- a/
libavcodec/atrac1.c
+++ b/
libavcodec/atrac1.c
@@
-282,7
+282,7
@@
static int atrac1_decode_frame(AVCodecContext *avctx, void *data,
if (buf_size < 212 * q->channels) {
- av_log(q,AV_LOG_ERROR,"Not enough
t
data to decode!\n");
+ av_log(q,AV_LOG_ERROR,"Not enough data to decode!\n");
return -1;
}