• Andreas Rheinhardt's avatar
    avcodec/bsf/mp3_header_decompress: Remove BSF · 1e98cc47
    Andreas Rheinhardt authored
    This BSF is supposed to be used in conjunction with mp3_header_compress,
    which has been removed more than ten years ago in commit
    c6080d89. It mangled the headers
    by removing the CRC field as well as fields that are supposed
    to stay constant for the entirety of a stream (which are put into
    extradata). This made these files unplayable; they need to be
    decompressed with the BSF first (which does not happen automatically).
    Even in this case the CRC does not get restored.
    
    I am not aware that such compressed files exist at all; therefore
    this commit removes the BSF completely.
    Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
    1e98cc47
bitstream_filters.c 3.94 KB