mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/asfdec: Reduce FRAME_HEADER_SIZE to 11
This fixes demuxing of screen_codec.wmv Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
55397b0e76
commit
4b0a475846
@ -132,7 +132,7 @@ static const AVClass asf_class = {
|
||||
#include <assert.h>
|
||||
|
||||
#define ASF_MAX_STREAMS 127
|
||||
#define FRAME_HEADER_SIZE 16
|
||||
#define FRAME_HEADER_SIZE 11
|
||||
// Fix Me! FRAME_HEADER_SIZE may be different. (17 is known to be too large)
|
||||
|
||||
#ifdef DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user