|
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
|
|
|
|
|
#define LIBAVCODEC_VERSION_MAJOR 52 |
|
|
|
|
#define LIBAVCODEC_VERSION_MINOR 94 |
|
|
|
|
#define LIBAVCODEC_VERSION_MICRO 2 |
|
|
|
|
#define LIBAVCODEC_VERSION_MICRO 3 |
|
|
|
|
|
|
|
|
|
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |
|
|
|
|
LIBAVCODEC_VERSION_MINOR, \
|
|
|
|
@ -3739,13 +3739,13 @@ char av_get_pict_type_char(int pict_type); |
|
|
|
|
*/ |
|
|
|
|
int av_get_bits_per_sample(enum CodecID codec_id); |
|
|
|
|
|
|
|
|
|
#if FF_API_OLD_SAMPLE_FMT |
|
|
|
|
/**
|
|
|
|
|
* Return sample format bits per sample. |
|
|
|
|
* |
|
|
|
|
* @param[in] sample_fmt the sample format |
|
|
|
|
* @return Number of bits per sample or zero if unknown for the given sample format. |
|
|
|
|
* @deprecated Use av_get_bits_per_sample_fmt() instead. |
|
|
|
|
*/ |
|
|
|
|
attribute_deprecated |
|
|
|
|
int av_get_bits_per_sample_format(enum SampleFormat sample_fmt); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
/* frame parsing */ |
|
|
|
|
typedef struct AVCodecParserContext { |
|
|
|
|