diff options
author | Matthieu Bouron <matthieu.bouron@gmail.com> | 2013-01-26 12:46:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-27 18:44:16 +0100 |
commit | 9d602a0b0e955ac8553b16fc1b98731d66fdde2b (patch) | |
tree | e78db148e64e338c99512e5dbd478a1f41d3c350 /libavcodec/dnxhddata.h | |
parent | 5b83b2da08b4be31fc421a698ea649799e0848c7 (diff) | |
download | ffmpeg-9d602a0b0e955ac8553b16fc1b98731d66fdde2b.tar.gz |
lavc/dnxhdenc: print valid profiles when codec parameters are invalid
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r-- | libavcodec/dnxhddata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index 7055e1ecc1..b8bcb21d8e 100644 --- a/libavcodec/dnxhddata.h +++ b/libavcodec/dnxhddata.h @@ -50,6 +50,7 @@ extern av_export const CIDEntry ff_dnxhd_cid_table[]; int ff_dnxhd_get_cid_table(int cid); 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); |