summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdata.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-03-26 13:02:54 +0200
committerAnton Khirnov <anton@khirnov.net>2012-03-28 09:29:04 +0200
commita839dbb94ed9244a1678339dbb05355d8257a126 (patch)
treecea6456154e991a41da24adad92fca0f9a355226 /libavcodec/dvdata.h
parent3c6607eb6f946ed3e108db3f0694cab7e5a5df7e (diff)
downloadffmpeg-streaming-a839dbb94ed9244a1678339dbb05355d8257a126.zip
ffmpeg-streaming-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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h
index 8544d61..8b4811a 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 */
OpenPOWER on IntegriCloud