[SCM] libav/experimental: Fix reading VDR files (broken since r19000).

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:51:53 UTC 2013


The following commit has been merged in the experimental branch:
commit 486168877edf144652c1f01ad765836d7f0a3101
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Thu Sep 24 19:20:53 2009 +0000

    Fix reading VDR files (broken since r19000).
    
    Originally committed as revision 20017 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index be8c374..fbe65f5 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list