summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-26 22:24:15 +0200
committerwm4 <wm4@nowhere>2014-04-26 22:24:15 +0200
commiteb3cc32f9be3c589a43c43dcd2d5bed73db75c86 (patch)
treed062a7c8d35a2c914f0831fe5347239b9c70cce3 /osdep
parenta29597cb65dbaf079019d582db31382f42bb7106 (diff)
downloadmpv-eb3cc32f9be3c589a43c43dcd2d5bed73db75c86.tar.bz2
mpv-eb3cc32f9be3c589a43c43dcd2d5bed73db75c86.tar.xz
demux_mkv: enable parsing for VP9
VP9 packets can contain 2 frames in some video packets (from which 1 frame is invisible). Due to a design mismatch between libvpx and the libavcodec vp9 decoder, libvpx can take the "full" packets, but lavc vp9 can not. The consequence is that we have to split the packets if we want to feed them to the lavc codec. This is not entirely correct yet: timestamp handling is missing. --demuxer=lavf and ffmpeg native utilities have the same problem. We can fix this only once the ffmpeg VP9 parser is fixed.
Diffstat (limited to 'osdep')
0 files changed, 0 insertions, 0 deletions