summaryrefslogtreecommitdiffstats
path: root/demux/demux_lavf.c
diff options
context:
space:
mode:
authorMartinEesmaa <martin.eesmaa@protonmail.com>2024-04-28 20:51:11 +1000
committerKacper Michajłow <kasper93@gmail.com>2024-04-29 01:35:31 +0200
commit4f828676fd5aa81ded1be596440ab7c978c48be7 (patch)
treee628209514a80e7bee3db44f1bc8fd3fb05998cd /demux/demux_lavf.c
parent4a686dac6f2df3b1e8f0a315c41a0a79a853741b (diff)
downloadmpv-4f828676fd5aa81ded1be596440ab7c978c48be7.tar.bz2
mpv-4f828676fd5aa81ded1be596440ab7c978c48be7.tar.xz
demux: support VVC Matroska demux
This allows to demux Versatile Video Codec with Matroska container to play.
Diffstat (limited to 'demux/demux_lavf.c')
-rw-r--r--demux/demux_lavf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c
index 75a47ed3ad..182642494e 100644
--- a/demux/demux_lavf.c
+++ b/demux/demux_lavf.c
@@ -184,6 +184,7 @@ static const struct format_hack format_hacks[] = {
// In theory, such streams might contain timestamps, but virtually none do.
{"h264", .if_flags = AVFMT_NOTIMESTAMPS },
{"hevc", .if_flags = AVFMT_NOTIMESTAMPS },
+ {"vvc", .if_flags = AVFMT_NOTIMESTAMPS },
// Some Ogg shoutcast streams are essentially concatenated OGG files. They
// reset timestamps, which causes all sorts of problems.