1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

fix mulaw muxing

Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2006-05-13 23:47:29 +00:00
parent 6dd19fff4d
commit 5e0c720a4e

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;