summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-08-09 23:09:41 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-08-12 17:33:47 +0200
commit45c558563aef74d7d792bf7ff91f72741e4c5fc9 (patch)
treebc58f00b9e13b92a1c19de37daab0839982d1739 /libavformat/avformat.h
parent8a8aee358d41a8a90029b388a9ee35cceb683e0b (diff)
downloadffmpeg-streaming-45c558563aef74d7d792bf7ff91f72741e4c5fc9.zip
ffmpeg-streaming-45c558563aef74d7d792bf7ff91f72741e4c5fc9.tar.gz
avformat: Move MAX_PROBE_PACKETS to internal.h
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index fb69852..6933624 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1015,7 +1015,6 @@ typedef struct AVStream {
/**
* Number of packets to buffer for codec probing
*/
-#define MAX_PROBE_PACKETS 2500
int probe_packets;
/**
OpenPOWER on IntegriCloud