diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-12 20:53:21 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-26 08:16:05 +0200 |
commit | 694c142434f1b775c93cb2586eebf7ddd5ef6aa8 (patch) | |
tree | 3406c8810b2dc38e858c3f8a7d905cab43c79fbc /libavcodec/avcodec.h | |
parent | e7021c0ed5d1265d5b4f0f01a01f840196a70415 (diff) | |
download | ffmpeg-694c142434f1b775c93cb2586eebf7ddd5ef6aa8.tar.gz |
lavc: remove FF_API_RATE_EMU cruft
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c0f842ec7c..e8578a9327 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1203,16 +1203,6 @@ typedef struct AVCodecContext { */ enum PixelFormat pix_fmt; -#if FF_API_RATE_EMU - /** - * Frame rate emulation. If not zero, the lower layer (i.e. format handler) - * has to read frames at native frame rate. - * - encoding: Set by user. - * - decoding: unused - */ - attribute_deprecated int rate_emu; -#endif - /** * If non NULL, 'draw_horiz_band' is called by the libavcodec * decoder to draw a horizontal band. It improves cache usage. Not |