fix mulaw muxing

Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 19 years ago
parent 6dd19fff4d
commit 5e0c720a4e
  1. 1
      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;

Loading…
Cancel
Save