lavf: remove disabled FF_API_MUXRATE cruft

This commit is contained in:
Anton Khirnov
2012-01-12 13:31:55 +01:00
parent 2f5e728b58
commit f0cb13958d
5 changed files with 0 additions and 22 deletions

View File

@@ -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;