# HG changeset patch # User cehoyos # Date 1253820053 0 # Node ID cdb08821fda462add120ae743a8d393f81dce9c5 # Parent ee0eaff74dd387b81c15d8a95d37959178e0a23d Fix reading VDR files (broken since r19000). diff -r ee0eaff74dd3 -r cdb08821fda4 avformat.h --- a/avformat.h Thu Sep 24 15:37:09 2009 +0000 +++ b/avformat.h Thu Sep 24 19:20:53 2009 +0000 @@ -448,7 +448,7 @@ * 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 @@ * 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;