summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-12 13:31:55 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-27 10:52:43 +0100
commitf0cb13958d8b45800f29b067ce2bc6e9f5f58740 (patch)
tree3ebc63f154205bb7270082600b8f278085131edd /libavformat/avformat.h
parent2f5e728b58c564b89f565fa2149dbbb6ccfce734 (diff)
lavf: remove disabled FF_API_MUXRATE cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4f95ecc1dc..970ca340d7 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -850,12 +850,6 @@ typedef struct AVFormatContext {
int64_t data_offset; /**< offset of the first packet */
#endif
-#if FF_API_MUXRATE
- /**
- * use mpeg muxer private options instead
- */
- attribute_deprecated int mux_rate;
-#endif
unsigned int packet_size;
#if FF_API_PRELOAD
attribute_deprecated int preload;