mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 10:51:38 +00:00
this is named BlockSize in specs
Originally committed as revision 9430 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
11d540a480
commit
1758c7128d
@ -355,7 +355,7 @@ static int aiff_read_header(AVFormatContext *s,
|
||||
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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user