summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-06-10 20:18:10 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-06-13 10:24:33 +0530
commit67747c89ad4d3bfb4381c3d274603a4f0da773d8 (patch)
tree5ad4104f35c630c9af985df4297fd4bf35d3ea32 /libavformat/version.h
parent0946c0ec177dc48ef0677f890aa42d95e667c417 (diff)
avformat: deprecate unused MP4A_LATM flag
A generic lavf flag for AAC LATM packetization for the RTP muxer was added in ef409645f0 and then made inert 20 days later in 0832122880 when a private muxer option was added and the generic flag no longer read.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index b0507474c1..3c54efbb37 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -97,6 +97,9 @@
#ifndef FF_API_DASH_MIN_SEG_DURATION
#define FF_API_DASH_MIN_SEG_DURATION (LIBAVFORMAT_VERSION_MAJOR < 59)
#endif
+#ifndef FF_API_LAVF_MP4A_LATM
+#define FF_API_LAVF_MP4A_LATM (LIBAVFORMAT_VERSION_MAJOR < 59)
+#endif
#ifndef FF_API_R_FRAME_RATE