mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
lavf: deprecate AVFormatParameters.time_base.
This commit is contained in:
parent
abcedfac60
commit
b2592ea42c
@ -227,8 +227,8 @@ typedef struct AVProbeData {
|
||||
#define AVPROBE_PADDING_SIZE 32 ///< extra allocated bytes at the end of the probe buffer
|
||||
|
||||
typedef struct AVFormatParameters {
|
||||
AVRational time_base;
|
||||
#if FF_API_FORMAT_PARAMETERS
|
||||
attribute_deprecated AVRational time_base;
|
||||
attribute_deprecated int sample_rate;
|
||||
attribute_deprecated int channels;
|
||||
attribute_deprecated int width;
|
||||
|
Loading…
Reference in New Issue
Block a user