Commit 4b0a4758 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/asfdec: Reduce FRAME_HEADER_SIZE to 11

This fixes demuxing of screen_codec.wmv
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 55397b0e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment