summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2018-10-25 15:41:26 +0300
committerMartin Storsjö <martin@martin.st>2018-11-05 15:41:08 +0200
commita3a501df240fa179fe12c2cf5dbbb4f1d9f650ca (patch)
treeae2b57f015c597b3cb23d06fd676bfc85d6ca16c /libavutil
parent8d80046a0ff72652438ed3ea361d59a58a9a082f (diff)
downloadffmpeg-streaming-a3a501df240fa179fe12c2cf5dbbb4f1d9f650ca.zip
ffmpeg-streaming-a3a501df240fa179fe12c2cf5dbbb4f1d9f650ca.tar.gz
libavutil: Undeprecate the AVFrame reordered_opaque field
This was marked as deprecated (but only in the doxygen, not with an actual deprecation attribute) in 81c623fae05 in 2011, but was undeprecated in ad1ee5fa7. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/frame.h1
-rw-r--r--libavutil/version.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index ff3fe46..c7240eb 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -295,7 +295,6 @@ typedef struct AVFrame {
* that time,
* the decoder reorders values as needed and sets AVFrame.reordered_opaque
* to exactly one of the values provided by the user through AVCodecContext.reordered_opaque
- * @deprecated in favor of pkt_pts
*/
int64_t reordered_opaque;
diff --git a/libavutil/version.h b/libavutil/version.h
index 4a9fffe..e5fbd4c 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -55,7 +55,7 @@
#define LIBAVUTIL_VERSION_MAJOR 56
#define LIBAVUTIL_VERSION_MINOR 7
-#define LIBAVUTIL_VERSION_MICRO 0
+#define LIBAVUTIL_VERSION_MICRO 1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
OpenPOWER on IntegriCloud