From: Clément Bœsch Date: Sat, 11 Oct 2014 18:14:37 +0000 (+0200) Subject: avformat/assdec: typo fix X-Git-Tag: n2.6-dev~993 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/d281a87ae37be5338e667b43a5600511ec297815 avformat/assdec: typo fix --- diff --git a/libavformat/assdec.c b/libavformat/assdec.c index 87ce2f2..ccbf4c0 100644 --- a/libavformat/assdec.c +++ b/libavformat/assdec.c @@ -68,7 +68,7 @@ static int read_dialogue(ASSContext *ass, AVBPrint *dst, const uint8_t *p, /* This is not part of the sscanf itself in order to handle an actual * number (which would be the Layer) or the form "Marked=N" (which is - * the old SSA field, now replaced by Layer, and will be lead to Layer + * the old SSA field, now replaced by Layer, and will lead to Layer * being 0 here). */ const int layer = atoi(p + 10);