projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef4de4
)
Support 44.1kHz audio. Acked by Benjamin
author
Alex Beregszaszi
<alex@rtfs.hu>
Wed, 14 Nov 2007 15:31:47 +0000
(15:31 +0000)
committer
Alex Beregszaszi
<alex@rtfs.hu>
Wed, 14 Nov 2007 15:31:47 +0000
(15:31 +0000)
Originally committed as revision 11024 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/nellymoserdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/nellymoserdec.c
b/libavcodec/nellymoserdec.c
index
7edcfa9
..
5880202
100644
(file)
--- a/
libavcodec/nellymoserdec.c
+++ b/
libavcodec/nellymoserdec.c
@@
-379,6
+379,8
@@
static int decode_tag(AVCodecContext * avctx,
blocks = 2; break;
case 256: // 22050Hz
blocks = 4; break;
+ case 512: // 44100Hz
+ blocks = 8; break;
default:
av_log(avctx, AV_LOG_ERROR, "Tag size %d unknown, report sample!\n", buf_size);
return buf_size;