summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-09-24 15:40:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-09-24 15:40:53 +0000
commit3f07e8dbee6942b11ad707047da95da538d9c3c9 (patch)
treef25a5982705c92ef5a7f3b5deca00e37c3446371
parent6b6bca64430e5d0bdbbfecf15503420dbf031867 (diff)
Doxy consistency cosmetics
Originally committed as revision 25176 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--ffmpeg.c4
1 files changed, 3 insertions, 1 deletions
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;