mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Split ff_log_missing_feature into ff_log_missing_feature
and ff_log_ask_for_sample. Patch by Kenan Gillet: gmail_adress(author) Originally committed as revision 16637 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Benoit Fouet

parent
0e7ceb2442
commit
0ba39dd1a9
@ -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 */
|
||||
|
Reference in New Issue
Block a user