]> git.sesse.net Git - ffmpeg/commitdiff
flv: Fix the help string
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 27 Aug 2013 11:04:21 +0000 (13:04 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 27 Aug 2013 12:38:54 +0000 (14:38 +0200)
libavformat/flvdec.c

index 11e7be147ce50e3f55e827b3d3767dbf31020404..8ed724b0ff19b49ca894f8e35fb45cc25ed671e4 100644 (file)
@@ -932,7 +932,7 @@ static int flv_read_seek(AVFormatContext *s, int stream_index,
 #define OFFSET(x) offsetof(FLVContext, x)
 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM
 static const AVOption options[] = {
-    { "flv_metadata", "Allocate streams according the onMetaData array", OFFSET(trust_metadata), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VD },
+    { "flv_metadata", "Allocate streams according to the onMetaData array", OFFSET(trust_metadata), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VD },
     { NULL }
 };