Mercurial > libavformat.hg
changeset 5233:cdb08821fda4 libavformat
Fix reading VDR files (broken since r19000).
author | cehoyos |
---|---|
date | Thu, 24 Sep 2009 19:20:53 +0000 |
parents | ee0eaff74dd3 |
children | b133e5865370 |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;