Ticket #7140: mythtv_apply_ffmpeg_r20017.diff
| File mythtv_apply_ffmpeg_r20017.diff, 691 bytes (added by , 17 years ago) |
|---|
-
libs/libavformat/avformat.h
448 448 * Number of packets to buffer for codec probing 449 449 * NOT PART OF PUBLIC API 450 450 */ 451 #define MAX_PROBE_PACKETS 100451 #define MAX_PROBE_PACKETS 2500 452 452 int probe_packets; 453 453 454 454 int got_frame; … … 656 656 * Remaining size available for raw_packet_buffer, in bytes. 657 657 * NOT PART OF PUBLIC API 658 658 */ 659 #define RAW_PACKET_BUFFER_SIZE 32000659 #define RAW_PACKET_BUFFER_SIZE 2500000 660 660 int raw_packet_buffer_remaining_size; 661 661 } AVFormatContext; 662 662
