# HG changeset patch # User jai_menon # Date 1259327456 0 # Node ID 8737044ce5c346b75606b6477b290375a741c59a # Parent f84f69fc9d08deb46129247a5c1985988907334c Fix typo. diff -r f84f69fc9d08 -r 8737044ce5c3 mov.c --- a/mov.c Thu Nov 26 21:15:06 2009 +0000 +++ b/mov.c Fri Nov 27 13:10:56 2009 +0000 @@ -1054,7 +1054,7 @@ st->codec->channels = get_be32(pb); get_be32(pb); /* always 0x7F000000 */ st->codec->bits_per_coded_sample = get_be32(pb); /* bits per channel if sound is uncompressed */ - flags = get_be32(pb); /* lcpm format specific flag */ + flags = get_be32(pb); /* lpcm format specific flag */ sc->bytes_per_frame = get_be32(pb); /* bytes per audio packet if constant */ sc->samples_per_frame = get_be32(pb); /* lpcm frames per audio packet if constant */ if (format == MKTAG('l','p','c','m'))