# HG changeset patch # User bcoudurier # Date 1152197875 0 # Node ID 322bb8541a9e04f2d39215e0c87ac61255dc1f0c # Parent 6cb1c11cc3637c096be2facf77efb8f16f9b0471 typo fix diff -r 6cb1c11cc363 -r 322bb8541a9e movenc.c --- a/movenc.c Thu Jul 06 14:46:01 2006 +0000 +++ b/movenc.c Thu Jul 06 14:57:55 2006 +0000 @@ -1510,7 +1510,7 @@ 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};