@ -4569,6 +4569,7 @@ void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size);
*/
*/
unsigned int av_xiphlacing ( unsigned char * s , unsigned int v ) ;
unsigned int av_xiphlacing ( unsigned char * s , unsigned int v ) ;
# if FF_API_MISSING_SAMPLE
/**
/**
* Log a generic warning message about a missing feature . This function is
* Log a generic warning message about a missing feature . This function is
* intended to be used internally by FFmpeg ( libavcodec , libavformat , etc . )
* intended to be used internally by FFmpeg ( libavcodec , libavformat , etc . )
@ -4580,7 +4581,9 @@ unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
* If want_sample is non - zero , additional verbage will be added to the log
* If want_sample is non - zero , additional verbage will be added to the log
* message which tells the user how to report samples to the development
* message which tells the user how to report samples to the development
* mailing list .
* mailing list .
* @ deprecated Use avpriv_report_missing_feature ( ) instead .
*/
*/
attribute_deprecated
void av_log_missing_feature ( void * avc , const char * feature , int want_sample ) ;
void av_log_missing_feature ( void * avc , const char * feature , int want_sample ) ;
/**
/**
@ -4590,8 +4593,11 @@ void av_log_missing_feature(void *avc, const char *feature, int want_sample);
* @ param [ in ] avc a pointer to an arbitrary struct of which the first field is
* @ param [ in ] avc a pointer to an arbitrary struct of which the first field is
* a pointer to an AVClass struct
* a pointer to an AVClass struct
* @ param [ in ] msg string containing an optional message , or NULL if no message
* @ param [ in ] msg string containing an optional message , or NULL if no message
* @ deprecated Use avpriv_request_sample ( ) instead .
*/
*/
attribute_deprecated
void av_log_ask_for_sample ( void * avc , const char * msg , . . . ) av_printf_format ( 2 , 3 ) ;
void av_log_ask_for_sample ( void * avc , const char * msg , . . . ) av_printf_format ( 2 , 3 ) ;
# endif /* FF_API_MISSING_SAMPLE */
/**
/**
* Register the hardware accelerator hwaccel .
* Register the hardware accelerator hwaccel .