mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
lavf/asfdec: Reduce minimum header size.
Fixes GipsyGuitar.wmv mentioned in ticket #1477.
This commit is contained in:
@@ -132,8 +132,9 @@ static const AVClass asf_class = {
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#define ASF_MAX_STREAMS 127
|
#define ASF_MAX_STREAMS 127
|
||||||
#define FRAME_HEADER_SIZE 11
|
#define FRAME_HEADER_SIZE 6
|
||||||
// Fix Me! FRAME_HEADER_SIZE may be different. (17 is known to be too large)
|
// Fix Me! FRAME_HEADER_SIZE may be different.
|
||||||
|
// (7 is known to be too large for GipsyGuitar.wmv)
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
static const ff_asf_guid stream_bitrate_guid = { /* (http://get.to/sdp) */
|
static const ff_asf_guid stream_bitrate_guid = { /* (http://get.to/sdp) */
|
||||||
|
|||||||
Reference in New Issue
Block a user