diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-06-04 00:23:14 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-06-06 06:46:10 +0200 |
commit | b2592ea42ca0d7c81b6e6ae90189d43e3e3fce59 (patch) | |
tree | 4f973a3a36d39da9dd6f530192ecc81b8a662a28 /libavformat | |
parent | abcedfac60efa679e18a561bce0e93f8535b60e3 (diff) | |
download | ffmpeg-b2592ea42ca0d7c81b6e6ae90189d43e3e3fce59.tar.gz |
lavf: deprecate AVFormatParameters.time_base.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 27cd0f7763..5b67211959 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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; |