mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
segfault fix
Originally committed as revision 2714 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1187,6 +1187,11 @@ static int wma_decode_superframe(AVCodecContext *avctx,
|
|||||||
|
|
||||||
tprintf("***decode_superframe:\n");
|
tprintf("***decode_superframe:\n");
|
||||||
|
|
||||||
|
if(buf_size==0){
|
||||||
|
s->last_superframe_len = 0;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
samples = data;
|
samples = data;
|
||||||
|
|
||||||
init_get_bits(&s->gb, buf, buf_size*8);
|
init_get_bits(&s->gb, buf, buf_size*8);
|
||||||
|
|||||||
Reference in New Issue
Block a user