Revision 567ad0e3
libavcodec/avcodec.h | ||
---|---|---|
2944 | 2944 |
const enum AVSampleFormat *sample_fmts; ///< array of supported sample formats, or NULL if unknown, array is terminated by -1 |
2945 | 2945 |
const int64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0 |
2946 | 2946 |
uint8_t max_lowres; ///< maximum value for lowres supported by the decoder |
2947 |
AVClass *priv_class; ///< AVClass for the private context
|
|
2947 |
const AVClass *priv_class; ///< AVClass for the private context
|
|
2948 | 2948 |
const AVProfile *profiles; ///< array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN} |
2949 | 2949 |
|
2950 | 2950 |
/** |
Also available in: Unified diff