[FFmpeg-cvslog] r20017 - trunk/libavformat/avformat.h

cehoyos subversion
Thu Sep 24 21:20:53 CEST 2009


Author: cehoyos
Date: Thu Sep 24 21:20:53 2009
New Revision: 20017

Log:
Fix reading VDR files (broken since r19000).

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Thu Sep 24 20:30:28 2009	(r20016)
+++ trunk/libavformat/avformat.h	Thu Sep 24 21:20:53 2009	(r20017)
@@ -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;
 



More information about the ffmpeg-cvslog mailing list