avcodec/ass: add ASS trailing \r\n in one single place

This commit is contained in:
Clément Bœsch
2014-10-19 21:19:07 +02:00
parent 3d25869605
commit c669af0f24
12 changed files with 5 additions and 12 deletions

View File

@@ -59,7 +59,6 @@ static int mpl2_event_to_ass(AVBPrint *buf, const char *p)
}
}
av_bprintf(buf, "\r\n");
return 0;
}