git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
43a498f
)
Set FLV_SAMPLESSIZE_16BIT for ADPCM.
author
Benjamin Larsson
<banan@ludd.ltu.se>
Sat, 3 Mar 2007 09:16:38 +0000
(09:16 +0000)
committer
Benjamin Larsson
<banan@ludd.ltu.se>
Sat, 3 Mar 2007 09:16:38 +0000
(09:16 +0000)
Originally committed as revision 8201 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/flvenc.c
patch
|
blob
|
history
diff --git
a/libavformat/flvenc.c
b/libavformat/flvenc.c
index
8fc36b9
..
ece585d
100644
(file)
--- a/
libavformat/flvenc.c
+++ b/
libavformat/flvenc.c
@@
-91,7
+91,7
@@
static int get_audio_flags(AVCodecContext *enc){
flags |= FLV_CODECID_PCM_LE | FLV_SAMPLESSIZE_16BIT;
break;
case CODEC_ID_ADPCM_SWF:
flags |= FLV_CODECID_PCM_LE | FLV_SAMPLESSIZE_16BIT;
break;
case CODEC_ID_ADPCM_SWF:
- flags |= FLV_CODECID_ADPCM;
+ flags |= FLV_CODECID_ADPCM
| FLV_SAMPLESSIZE_16BIT
;
break;
case 0:
flags |= enc->codec_tag<<4;
break;
case 0:
flags |= enc->codec_tag<<4;