Skip to content
  • Tim-Philipp Müller's avatar
    gst/subparse/gstssaparse.c: Don't include the terminating NUL in the buffer... · 391da1fc
    Tim-Philipp Müller authored
    gst/subparse/gstssaparse.c: Don't include the terminating NUL in the buffer size, it's only there for extra paranoia ...
    
    Original commit message from CVS:
    * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
    (gst_ssa_parse_parse_line):
    Don't include the terminating NUL in the buffer size,
    it's only there for extra paranoia (would add random
    '*' characters at the end of each subtitle since the
    terminator itself is not valid UTF-8 technically).
    Also fix indenting after boilerplate macro.
    391da1fc