comparison internal.h @ 9891:7ad7d4094d1f libavcodec

Rename ff_log_missing_feature() to av_log_missing_feature().
author rbultje
date Mon, 29 Jun 2009 19:07:04 +0000
parents 2887f410011f
children b5ca6219e173
comparison
equal deleted inserted replaced
9890:956adcb2b00d 9891:7ad7d4094d1f
35 * @param[in] want_sample indicates if samples are wanted which exhibit this feature. 35 * @param[in] want_sample indicates if samples are wanted which exhibit this feature.
36 * If want_sample is non-zero, additional verbage will be added to the log 36 * If want_sample is non-zero, additional verbage will be added to the log
37 * message which tells the user how to report samples to the development 37 * message which tells the user how to report samples to the development
38 * mailing list. 38 * mailing list.
39 */ 39 */
40 void ff_log_missing_feature(void *avc, const char *feature, int want_sample); 40 void av_log_missing_feature(void *avc, const char *feature, int want_sample);
41 41
42 /** 42 /**
43 * Logs a generic warning message asking for a sample. 43 * Logs a generic warning message asking for a sample.
44 * @param[in] avc a pointer to an arbitrary struct of which the first field is 44 * @param[in] avc a pointer to an arbitrary struct of which the first field is
45 * a pointer to an AVClass struct 45 * a pointer to an AVClass struct
46 * @param[in] msg string containing an optional message, or NULL if no message 46 * @param[in] msg string containing an optional message, or NULL if no message
47 */ 47 */
48 void ff_log_ask_for_sample(void *avc, const char *msg); 48 void av_log_ask_for_sample(void *avc, const char *msg);
49 49
50 /** 50 /**
51 * Determines whether pix_fmt is a hardware accelerated format. 51 * Determines whether pix_fmt is a hardware accelerated format.
52 */ 52 */
53 int ff_is_hwaccel_pix_fmt(enum PixelFormat pix_fmt); 53 int ff_is_hwaccel_pix_fmt(enum PixelFormat pix_fmt);