Mercurial > libavformat.hg
changeset 2208:027d24b0ea20 libavformat
this is named BlockSize in specs
author | bcoudurier |
---|---|
date | Mon, 25 Jun 2007 21:47:29 +0000 |
parents | 87818c05d64d |
children | 83236f48ae6a |
files | aiff.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/aiff.c Mon Jun 25 21:46:15 2007 +0000 +++ b/aiff.c Mon Jun 25 21:47:29 2007 +0000 @@ -355,7 +355,7 @@ case MKTAG('S', 'S', 'N', 'D'): /* Sampled sound chunk */ offset = get_be32(pb); /* Offset of sound data */ offset += url_ftell(pb); /* Compute absolute data offset */ - get_be32(pb); /* Block align... don't care */ + get_be32(pb); /* BlockSize... don't care */ if (st->codec->codec_id) /* Assume COMM already parsed */ goto got_sound; if (url_is_streamed(pb)) {