Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-07-05 13:09:15 +0400
committerAnton Khirnov <anton@khirnov.net>2014-07-09 17:35:07 +0400
commitf6ee61fb05482c617f5deee29a190d8ff483b3d1 (patch)
treed2d6d3d48c986270164e280c06deadd724bc5b24 /libavcodec/dvenc.c
parent3f3232a371cc88696184d9aef1f812656264e56c (diff)
lavc: export DV profile API used by muxer/demuxer as public
Diffstat (limited to 'libavcodec/dvenc.c')
-rw-r--r--libavcodec/dvenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dvenc.c b/libavcodec/dvenc.c
index 7f0320087e..a4e5376bd6 100644
--- a/libavcodec/dvenc.c
+++ b/libavcodec/dvenc.c
@@ -34,6 +34,7 @@
#include "put_bits.h"
#include "dv.h"
#include "dv_tablegen.h"
+#include "dv_profile_internal.h"
static av_cold int dvvideo_encode_init(AVCodecContext *avctx)
{