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:
authorAnton Khirnov <anton@khirnov.net>2012-03-26 15:02:54 +0400
committerAnton Khirnov <anton@khirnov.net>2012-03-28 11:29:04 +0400
commita839dbb94ed9244a1678339dbb05355d8257a126 (patch)
treecea6456154e991a41da24adad92fca0f9a355226 /libavcodec/dvdata.h
parent3c6607eb6f946ed3e108db3f0694cab7e5a5df7e (diff)
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.h5
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 */