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:
authorMark Reid <mindmark@gmail.com>2016-07-17 05:37:37 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-20 14:40:06 +0300
commit41d7642a7be5ad778788042e5f3769868da09d31 (patch)
treec3ffbdaf08eb20886fef124fcf1bffb02474f88d /libavcodec/profiles.h
parenta06acfff76caf1eabc5e4fc6595905cdb5cb7045 (diff)
libavcodec/dnxhd: add dnxhr profiles
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/profiles.h')
-rw-r--r--libavcodec/profiles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h
index c86c683ab0..eb18b406af 100644
--- a/libavcodec/profiles.h
+++ b/libavcodec/profiles.h
@@ -23,6 +23,7 @@
extern const AVProfile ff_aac_profiles[];
extern const AVProfile ff_dca_profiles[];
+extern const AVProfile ff_dnxhd_profiles[];
extern const AVProfile ff_h264_profiles[];
extern const AVProfile ff_hevc_profiles[];
extern const AVProfile ff_jpeg2000_profiles[];