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
fix mulaw muxing
Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier
20 years ago
parent
6dd19fff4d
commit
5e0c720a4e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/movenc.c
+ 1
- 0
libavformat/movenc.c
View File
@@ -1624,6 +1624,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
}
}
break;
case CODEC_ID_PCM_MULAW:
case CODEC_ID_PCM_ALAW:
samplesInChunk = size/enc->channels;
break;
Write
Preview
Loading…
Cancel
Save