Commit 5e0c720a authored by Baptiste Coudurier's avatar Baptiste Coudurier

fix mulaw muxing

Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6dd19fff
......@@ -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;
......
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