Mercurial > libavformat.hg
changeset 5387:8737044ce5c3 libavformat
Fix typo.
author | jai_menon |
---|---|
date | Fri, 27 Nov 2009 13:10:56 +0000 |
parents | f84f69fc9d08 |
children | 5d5c1dc09223 |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'))