summaryrefslogtreecommitdiff
path: root/libavformat/assdec.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-10-11 20:14:37 +0200
committerClément Bœsch <u@pkh.me>2014-10-15 19:25:06 +0200
commitd281a87ae37be5338e667b43a5600511ec297815 (patch)
tree528b8b36e4ba85892dea38021eede84b2555e0a9 /libavformat/assdec.c
parent462f2876ce41f27000da3c23441a0a086f290499 (diff)
avformat/assdec: typo fix
Diffstat (limited to 'libavformat/assdec.c')
-rw-r--r--libavformat/assdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/assdec.c b/libavformat/assdec.c
index 87ce2f25ee..ccbf4c00cd 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);