Commit adfd8af5 authored by bcoudurier's avatar bcoudurier

typo fix

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5642 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 44ecd37f
......@@ -1510,7 +1510,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
if (url_is_streamed(&s->pb)) return 0; /* Can't handle that */
if (!size) return 0; /* Discard 0 sized packets */
if (enc->codec_type == CODEC_ID_AMR_NB) {
if (enc->codec_id == CODEC_ID_AMR_NB) {
/* We must find out how many AMR blocks there are in one packet */
static uint16_t packed_size[16] =
{13, 14, 16, 18, 20, 21, 27, 32, 6, 0, 0, 0, 0, 0, 0, 0};
......
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