Remove obsolete FF_API_REFERENCE_DTS cruft.
authorAnton Khirnov <anton@khirnov.net>
Wed, 6 Aug 2014 19:58:57 +0000 (19:58 +0000)
committerAnton Khirnov <anton@khirnov.net>
Sat, 9 Aug 2014 16:59:26 +0000 (16:59 +0000)
libavformat/avformat.h
libavformat/version.h

index 2948d40490c266158a22f0c2126d40308f4466ff..61ae6fab5e19c10bf21dec4e7e08886b0050ab37 100644 (file)
@@ -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;
index 5eb9249c781ca1331dd63ca1cc4560487c5419bf..7258d4d0f2d2fb499003e51099e5a9486ab46a22 100644 (file)
@@ -48,9 +48,6 @@
  * dropped at a future version bump. The defines themselves are not part of
  * the public API and may change, break or disappear at any time.
  */
-#ifndef FF_API_REFERENCE_DTS
-#define FF_API_REFERENCE_DTS            (LIBAVFORMAT_VERSION_MAJOR < 56)
-#endif
 #ifndef FF_API_LAVF_BITEXACT
 #define FF_API_LAVF_BITEXACT            (LIBAVFORMAT_VERSION_MAJOR < 57)
 #endif