diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-17 12:36:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-26 13:15:14 +0200 |
commit | 6c1e065bd4a20f6bcac14667ae11d7ffee1551d9 (patch) | |
tree | 99ce1be73b71acd6c6c498b05c2823a32edbaa6c /libavfilter/avfilter.h | |
parent | 8d900aa4d0061967678c28d74659f918b0dbcad9 (diff) | |
download | ffmpeg-6c1e065bd4a20f6bcac14667ae11d7ffee1551d9.tar.gz |
lavfi: remove disabled FF_API_SAMPLERATE64 cruft
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b3b32dd0f6..5507a60897 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -541,11 +541,7 @@ struct AVFilterLink { AVRational sample_aspect_ratio; ///< agreed upon sample aspect ratio /* These two parameters apply only to audio */ uint64_t channel_layout; ///< channel layout of current buffer (see libavutil/audioconvert.h) -#if FF_API_SAMPLERATE64 - int64_t sample_rate; ///< samples per second -#else int sample_rate; ///< samples per second -#endif int format; ///< agreed upon media format |