diff internal.h @ 8603:555c2ab21d84 libavcodec

Split ff_log_missing_feature into ff_log_missing_feature and ff_log_ask_for_sample. Patch by Kenan Gillet: gmail_adress(author)
author benoit
date Fri, 16 Jan 2009 16:20:42 +0000
parents f93efc084e41
children e9d9d946f213
line wrap: on
line diff
--- a/internal.h	Fri Jan 16 02:50:20 2009 +0000
+++ b/internal.h	Fri Jan 16 16:20:42 2009 +0000
@@ -36,4 +36,12 @@
  */
 void ff_log_missing_feature(void *avc, const char *feature, int want_sample);
 
+/**
+ * Logs a generic warning message asking for a sample.
+ * @param[in] avc a pointer to an arbitrary struct of which the first field is
+ * a pointer to an AVClass struct
+ * @param[in] msg string containing an optional message, or NULL if no message
+ */
+void ff_log_ask_for_sample(void *avc, const char *msg);
+
 #endif /* AVCODEC_INTERNAL_H */