summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-04-04 11:48:48 +0200
committerAnton Khirnov <anton@khirnov.net>2021-04-08 11:03:15 +0200
commit270ddc2baf8a4533255e770e8e23b2a7cc399026 (patch)
tree84e63cc00dbdfc901375b551bfc24482e17fe9a5 /libavformat/version.h
parent9168a1c0e67b5c31727b12329b6f52d2bb5e0a14 (diff)
lavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2
The infrastructure to fully handle generating timestamps e.g. for raw video streamcopy is still not present.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index b6023f9d2e..66068d4d56 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -55,9 +55,6 @@
* at once through the bump. This improves the git bisect-ability of the change.
*
*/
-#ifndef FF_API_COMPUTE_PKT_FIELDS2
-#define FF_API_COMPUTE_PKT_FIELDS2 (LIBAVFORMAT_VERSION_MAJOR < 59)
-#endif
#ifndef FF_API_OLD_OPEN_CALLBACKS
#define FF_API_OLD_OPEN_CALLBACKS (LIBAVFORMAT_VERSION_MAJOR < 59)
#endif
@@ -115,6 +112,9 @@
#ifndef FF_API_LAVF_PRIV_OPT
#define FF_API_LAVF_PRIV_OPT (LIBAVFORMAT_VERSION_MAJOR < 60)
#endif
+#ifndef FF_API_COMPUTE_PKT_FIELDS2
+#define FF_API_COMPUTE_PKT_FIELDS2 (LIBAVFORMAT_VERSION_MAJOR < 60)
+#endif
#ifndef FF_API_R_FRAME_RATE