• Mark Thompson's avatar
    lavc: Add h264_redundant_pps bitstream filter · e6874bc3
    Mark Thompson authored
    This applies a specific fixup to some Bluray streams which contain
    redundant PPSs modifying irrelevant parameters of the stream which
    confuse other transformations which require correct extradata.
    
    A new single global PPS is created, and all of the redundant PPSs
    within the stream are removed.
    e6874bc3
h264_redundant_pps_bsf.c 5.07 KB