[FFmpeg-cvslog] avformat/assdec: typo fix
Clément Bœsch
git at videolan.org
Wed Oct 15 19:37:50 CEST 2014
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Oct 11 20:14:37 2014 +0200| [d281a87ae37be5338e667b43a5600511ec297815] | committer: Clément Bœsch
avformat/assdec: typo fix
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d281a87ae37be5338e667b43a5600511ec297815
---
libavformat/assdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
More information about the ffmpeg-cvslog
mailing list