[FFmpeg-cvslog] flv: Fix the help string
    Luca Barbato 
    git at videolan.org
       
    Wed Aug 28 12:09:37 CEST 2013
    
    
  
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Tue Aug 27 13:04:21 2013 +0200| [f4634ae8a83d13a1abf3baac8956a3111aa09ed2] | committer: Luca Barbato
flv: Fix the help string
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4634ae8a83d13a1abf3baac8956a3111aa09ed2
---
 libavformat/flvdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 11e7be1..8ed724b 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -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 }
 };
 
    
    
More information about the ffmpeg-cvslog
mailing list