diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-03-26 13:02:54 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-03-28 09:29:04 +0200 |
commit | a839dbb94ed9244a1678339dbb05355d8257a126 (patch) | |
tree | cea6456154e991a41da24adad92fca0f9a355226 /libavcodec/dvdata.h | |
parent | 3c6607eb6f946ed3e108db3f0694cab7e5a5df7e (diff) | |
download | ffmpeg-a839dbb94ed9244a1678339dbb05355d8257a126.tar.gz |
dvenc: print allowed profiles if the video doesn't conform to any of them.
Diffstat (limited to 'libavcodec/dvdata.h')
-rw-r--r-- | libavcodec/dvdata.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |