• Niklas Haas's avatar
    avcodec/libdav1d: parse DV profile 10 T.35 OBU · a5d1e69b
    Niklas Haas authored
    This is thankfully passed through verbatim by libdav1d, so we can parse
    it in our own code.
    
    In theory, taking the DV profile from the packet-level configuration
    struct is redundant since there is currently only one possible DV level
    for AV1 (and all others would fail parsing), but this marginally
    future-proofs it against possible new AV1-specific profiles being added
    in the future.
    a5d1e69b
libdav1d.c 24 KB