From 3f07e8dbee6942b11ad707047da95da538d9c3c9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 24 Sep 2010 15:40:53 +0000 Subject: [PATCH] Doxy consistency cosmetics Originally committed as revision 25176 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index bd98bab3a1..7fdf57b3d5 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -93,7 +93,9 @@ typedef struct AVStreamMap { int sync_stream_index; } AVStreamMap; -/** select an input file for an output file */ +/** + * select an input file for an output file + */ typedef struct AVMetaDataMap { int out_file; int in_file;