This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
support transcoding adpcm
Originally committed as revision 4689 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi
19 years ago
parent
ea15df8048
commit
2fde8aaeba
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavformat/flvenc.c
+ 3
- 0
libavformat/flvenc.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save