summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-12 20:53:21 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-26 08:16:05 +0200
commit694c142434f1b775c93cb2586eebf7ddd5ef6aa8 (patch)
tree3406c8810b2dc38e858c3f8a7d905cab43c79fbc /libavcodec/avcodec.h
parente7021c0ed5d1265d5b4f0f01a01f840196a70415 (diff)
lavc: remove FF_API_RATE_EMU cruft
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h10
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