summaryrefslogtreecommitdiff
path: root/libavformat/matroska.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-08-11 04:59:03 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-08-30 19:34:47 +0200
commit9c46faaf77b49fdf3fec2520455dfaa6c43fbd3e (patch)
tree5cc05ad4212091b3feb247f594c120cdda13dbd9 /libavformat/matroska.h
parent2d09488ac39abc4a31acbdbd0d0c5f787a35544d (diff)
avformat/matroska: Move ff_mkv_stereo3d_conv() to demuxer
It is now its only user; also make it static. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r--libavformat/matroska.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/matroska.h b/libavformat/matroska.h
index 3a1ee740ce..719f2ef796 100644
--- a/libavformat/matroska.h
+++ b/libavformat/matroska.h
@@ -23,7 +23,6 @@
#define AVFORMAT_MATROSKA_H
#include "libavcodec/codec_id.h"
-#include "avformat.h"
#include "metadata.h"
/* EBML version supported */
@@ -437,8 +436,6 @@ extern const char * const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREOMOD
#define TRACK_NUMBER "webm_dash_manifest_track_number"
#define CODEC_PRIVATE_SIZE "webm_dash_manifest_codec_priv_size"
-int ff_mkv_stereo3d_conv(AVStream *st, MatroskaVideoStereoModeType stereo_mode);
-
#define DVCC_DVVC_BLOCK_TYPE_NAME "Dolby Vision configuration"
#endif /* AVFORMAT_MATROSKA_H */