Commit b06a321c authored by bcoudurier's avatar bcoudurier

fix mulaw muxing


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5378 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 51bbf8d3
...@@ -1624,6 +1624,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -1624,6 +1624,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
} }
} }
break; break;
case CODEC_ID_PCM_MULAW:
case CODEC_ID_PCM_ALAW: case CODEC_ID_PCM_ALAW:
samplesInChunk = size/enc->channels; samplesInChunk = size/enc->channels;
break; 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