summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-05-04 17:44:14 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-05-04 17:44:14 +0200
commitd90f91c1c85d252c7b6f6b42c256fc10f7d2b5e8 (patch)
tree920a67cc34889e83caabff29b76590561e28933a /libavcodec/dnxhddata.h
parent5d309d309108684f742bbf5fc2393f1c519cda72 (diff)
downloadffmpeg-streaming-d90f91c1c85d252c7b6f6b42c256fc10f7d2b5e8.zip
ffmpeg-streaming-d90f91c1c85d252c7b6f6b42c256fc10f7d2b5e8.tar.gz
lavf/mxfenc: Write correct interlaced flag when muxing dnxhd.
Reported and early patch version tested by forum user gridtank. Reviewed-by: Tomas Härdin
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index d5629e2..8cc27e8 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -53,5 +53,6 @@ int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);
void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel);
int avpriv_dnxhd_get_frame_size(int cid);
+int avpriv_dnxhd_get_interlaced(int cid);
#endif /* AVCODEC_DNXHDDATA_H */
OpenPOWER on IntegriCloud