• wm4's avatar
    vp9: use superframe split BSF · a5679933
    wm4 authored
    webm usually has invisible superframes merged with normal frames.
    (vpxenc muxes them in this form, which is evidence enough that this is
    the standard webm packet format. It's rather unclear whether ffmpeg is
    even allowed to remux them with split packets.)
    
    The vp9 decoder needs them to be in separate packets for multithreading
    to work. Add the BSF to the decoder, so the conversion happens
    automatically.
    
    This contains the important part of fa1749dd, which
    was apparently skipped in commit d417e95a. This restores Libav API
    compatibility.
    a5679933
version.h 4.5 KB