diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-22 19:30:25 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-22 20:12:27 +0200 |
commit | 44f566b79afcbbb152ec21db667ea3d2f42e8f8d (patch) | |
tree | 8a6598f23292ca79f4596f5683436d54c60e8044 /libavcodec/avcodec.h | |
parent | b2832c3904211f2e95f49059d15b94dfab55964a (diff) | |
download | ffmpeg-44f566b79afcbbb152ec21db667ea3d2f42e8f8d.tar.gz |
Make av_log_ask_for_sample() accept a variable number of arguments.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d1377ca0f8..14f00bb5d0 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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. |