summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-06 19:58:57 +0000
committerAnton Khirnov <anton@khirnov.net>2014-08-09 16:59:26 +0000
commit24c788f4878729a42150581d7ed7e9a11daf874d (patch)
treef4f4630d441cf74093f990c62ddc77e8352fae63 /libavformat/avformat.h
parent24e87f7f425a52b1e69661dcb2fbe0555a76f30b (diff)
Remove obsolete FF_API_REFERENCE_DTS cruft.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 2948d40490..61ae6fab5e 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -826,11 +826,6 @@ typedef struct AVStream {
int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */
-#if FF_API_REFERENCE_DTS
- /* a hack to keep ABI compatibility for avconv, which accesses parser even
- * though it should not */
- int64_t do_not_use;
-#endif
// Timestamp generation support:
int64_t first_dts;
int64_t cur_dts;