Commit e5301322 authored by cehoyos's avatar cehoyos

Fix reading VDR files (broken since r19000).

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20017 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ad8158f9
......@@ -448,7 +448,7 @@ typedef struct AVStream {
* Number of packets to buffer for codec probing
* NOT PART OF PUBLIC API
*/
#define MAX_PROBE_PACKETS 100
#define MAX_PROBE_PACKETS 2500
int probe_packets;
/**
......@@ -649,7 +649,7 @@ typedef struct AVFormatContext {
* Remaining size available for raw_packet_buffer, in bytes.
* NOT PART OF PUBLIC API
*/
#define RAW_PACKET_BUFFER_SIZE 32000
#define RAW_PACKET_BUFFER_SIZE 2500000
int raw_packet_buffer_remaining_size;
} AVFormatContext;
......
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