Make av_log_ask_for_sample() accept a variable number of arguments.
This commit is contained in:
@@ -4116,7 +4116,7 @@ void av_log_missing_feature(void *avc, const char *feature, int want_sample);
|
||||
* a pointer to an AVClass struct
|
||||
* @param[in] msg string containing an optional message, or NULL if no message
|
||||
*/
|
||||
void av_log_ask_for_sample(void *avc, const char *msg);
|
||||
void av_log_ask_for_sample(void *avc, const char *msg, ...);
|
||||
|
||||
/**
|
||||
* Register the hardware accelerator hwaccel.
|
||||
|
||||
Reference in New Issue
Block a user