From 19711af5cdc364f9e02ea8103dd6e1e09dc288a4 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 6 Feb 2011 15:38:55 +0100 Subject: lavf: move internal functions from avformat.h to internal.h Signed-off-by: Ronald S. Bultje --- libavformat/mpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/mpeg.c') diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 135482b7c8..2df7a154f8 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -20,6 +20,7 @@ */ #include "avformat.h" +#include "internal.h" #include "mpeg.h" //#define DEBUG_SEEK -- cgit v1.2.3