diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-09-24 15:40:53 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-09-24 15:40:53 +0000 |
commit | 3f07e8dbee6942b11ad707047da95da538d9c3c9 (patch) | |
tree | f25a5982705c92ef5a7f3b5deca00e37c3446371 /ffmpeg.c | |
parent | 6b6bca64430e5d0bdbbfecf15503420dbf031867 (diff) | |
download | ffmpeg-3f07e8dbee6942b11ad707047da95da538d9c3c9.tar.gz |
Doxy consistency cosmetics
Originally committed as revision 25176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |