diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 350245549c..1d9f80d320 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -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;