Commit e9218d0b authored by banan's avatar banan

Set FLV_SAMPLESSIZE_16BIT for ADPCM.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8201 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d7fdfeaf
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment