From a839dbb94ed9244a1678339dbb05355d8257a126 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 26 Mar 2012 13:02:54 +0200 Subject: dvenc: print allowed profiles if the video doesn't conform to any of them. --- libavcodec/dvdata.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/dvdata.h') diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h index 8544d61a58..8b4811ac69 100644 --- a/libavcodec/dvdata.h +++ b/libavcodec/dvdata.h @@ -154,4 +154,9 @@ static inline void dv_calculate_mb_xy(DVVideoContext *s, DVwork_chunk *work_chun } } +/** + * Print all allowed DV profiles into logctx at specified logging level. + */ +void ff_dv_print_profiles(void *logctx, int loglevel); + #endif /* AVCODEC_DVDATA_H */ -- cgit v1.2.3