• Mark Thompson's avatar
    lavc: Add h264_redundant_pps bitstream filter · 8b263062
    Mark Thompson authored
    This applies a specific fixup to some Blu-ray 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.
    
    (cherry picked from commit e6874bc3)
    8b263062
h264_redundant_pps_bsf.c 5.07 KB