• rcombs's avatar
    lavf/assenc: normalize line endings to \n · 7bf1b9b3
    rcombs authored
    Previously, we produced output with either \r\n or mixed line endings.
    This was undesirable unto itself, but also made working with patches affecting
    FATE output particularly challenging, especially via the mailing list.
    
    Everything that consumes the SSA/ASS format is line-ending-agnostic,
    so \n is selected to simplify git/ML usage in FATE.
    
    Extra \r characters at the end of a packet are dropped. These are always
    ignored by the renderer anyway.
    7bf1b9b3
assenc.c 7.65 KB