From 45c558563aef74d7d792bf7ff91f72741e4c5fc9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 9 Aug 2015 23:09:41 +0200 Subject: avformat: Move MAX_PROBE_PACKETS to internal.h Signed-off-by: Michael Niedermayer --- libavformat/avformat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/avformat.h') 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; /** -- cgit v1.1