This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
atrac1: fix a typo
tags/n0.9
Justin Ruggles
14 years ago
parent
bff5b2c1ca
commit
96b5702efe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/atrac1.c
+ 1
- 1
libavcodec/atrac1.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save