[FFmpeg-cvslog] lavd/lavfi: apply stylistic fixes to the options help fields

Stefano Sabatini git at videolan.org
Tue Sep 11 22:57:11 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Sep 11 22:51:46 2012 +0200| [30a265f058692f6c5230a73b1870a3dab5b5c9ee] | committer: Stefano Sabatini

lavd/lavfi: apply stylistic fixes to the options help fields

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30a265f058692f6c5230a73b1870a3dab5b5c9ee
---

 libavdevice/lavfi.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c
index 780d9a3..c75baf9 100644
--- a/libavdevice/lavfi.c
+++ b/libavdevice/lavfi.c
@@ -334,8 +334,8 @@ static int lavfi_read_packet(AVFormatContext *avctx, AVPacket *pkt)
 #define DEC AV_OPT_FLAG_DECODING_PARAM
 
 static const AVOption options[] = {
-    { "graph", "Libavfilter graph", OFFSET(graph_str),  AV_OPT_TYPE_STRING, {.str = NULL }, 0,  0, DEC },
-    { "dumpgraph", "Dump graph to stderr", OFFSET(dump_graph), AV_OPT_TYPE_STRING, {.str = NULL}, 0,  0, DEC },
+    { "graph",     "set libavfilter graph", OFFSET(graph_str),  AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, DEC },
+    { "dumpgraph", "dump graph to stderr",  OFFSET(dump_graph), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, DEC },
     { NULL },
 };
 



More information about the ffmpeg-cvslog mailing list