[FFmpeg-cvslog] r9430 - trunk/libavformat/aiff.c
bcoudurier
subversion
Mon Jun 25 23:47:30 CEST 2007
Author: bcoudurier
Date: Mon Jun 25 23:47:29 2007
New Revision: 9430
Log:
this is named BlockSize in specs
Modified:
trunk/libavformat/aiff.c
Modified: trunk/libavformat/aiff.c
==============================================================================
--- trunk/libavformat/aiff.c (original)
+++ trunk/libavformat/aiff.c Mon Jun 25 23:47:29 2007
@@ -355,7 +355,7 @@ static int aiff_read_header(AVFormatCont
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)) {
More information about the ffmpeg-cvslog
mailing list