mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Set FLV_SAMPLESSIZE_16BIT for ADPCM.
Originally committed as revision 8201 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
43a498f205
commit
e9509536a9
@ -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_ADPCM;
|
||||
flags |= FLV_CODECID_ADPCM | FLV_SAMPLESSIZE_16BIT;
|
||||
break;
|
||||
case 0:
|
||||
flags |= enc->codec_tag<<4;
|
||||
|
Loading…
Reference in New Issue
Block a user