提交 2fde8aae 编写于 作者: A Alex Beregszaszi

support transcoding adpcm

Originally committed as revision 4689 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 ea15df80
......@@ -65,6 +65,9 @@ static int get_audio_flags(AVCodecContext *enc){
case CODEC_ID_PCM_S16LE:
flags |= 0x2;
break;
case CODEC_ID_ADPCM_SWF:
flags |= 0x10;
break;
case 0:
flags |= enc->codec_tag<<4;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册