1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avformat/assdec: typo fix

This commit is contained in:
Clément Bœsch
2014-10-11 20:14:37 +02:00
parent 462f2876ce
commit d281a87ae3

View File

@@ -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);