comparison avformat.h @ 5233:cdb08821fda4 libavformat

Fix reading VDR files (broken since r19000).
author cehoyos
date Thu, 24 Sep 2009 19:20:53 +0000
parents 35aaa4f2ad8d
children 4292c6f121dc
comparison
equal deleted inserted replaced
5232:ee0eaff74dd3 5233:cdb08821fda4
446 446
447 /** 447 /**
448 * Number of packets to buffer for codec probing 448 * Number of packets to buffer for codec probing
449 * NOT PART OF PUBLIC API 449 * NOT PART OF PUBLIC API
450 */ 450 */
451 #define MAX_PROBE_PACKETS 100 451 #define MAX_PROBE_PACKETS 2500
452 int probe_packets; 452 int probe_packets;
453 453
454 /** 454 /**
455 * last packet in packet_buffer for this stream when muxing. 455 * last packet in packet_buffer for this stream when muxing.
456 * used internally, NOT PART OF PUBLIC API, dont read or write from outside of libav* 456 * used internally, NOT PART OF PUBLIC API, dont read or write from outside of libav*
647 647
648 /** 648 /**
649 * Remaining size available for raw_packet_buffer, in bytes. 649 * Remaining size available for raw_packet_buffer, in bytes.
650 * NOT PART OF PUBLIC API 650 * NOT PART OF PUBLIC API
651 */ 651 */
652 #define RAW_PACKET_BUFFER_SIZE 32000 652 #define RAW_PACKET_BUFFER_SIZE 2500000
653 int raw_packet_buffer_remaining_size; 653 int raw_packet_buffer_remaining_size;
654 } AVFormatContext; 654 } AVFormatContext;
655 655
656 typedef struct AVPacketList { 656 typedef struct AVPacketList {
657 AVPacket pkt; 657 AVPacket pkt;