Browse Source

aiffdec: Fix SIGFPE on pcm_f32be

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Tomas Härdin Michael Niedermayer 14 years ago
parent
commit
8d393ce330
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/aiffdec.c

+ 1
- 0
libavformat/aiffdec.c View File

@@ -144,6 +144,7 @@ static unsigned int get_aiff_header(AVFormatContext *s, int size,
aiff->block_duration = 160;
break;
default:
aiff->block_duration = 1;
break;
}
size -= 4;


Loading…
Cancel
Save