lavf: move internal functions from avformat.h to internal.h

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 19711af5cdc364f9e02ea8103dd6e1e09dc288a4)
This commit is contained in:
Anton Khirnov
2011-02-06 15:38:55 +01:00
committed by Michael Niedermayer
parent 2f35beae4d
commit f81946729e
5 changed files with 24 additions and 25 deletions

View File

@ -21,6 +21,7 @@
#include "avformat.h"
#include "ffmeta.h"
#include "internal.h"
static int probe(AVProbeData *p)
{