aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-08-05 01:18:07 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-05 01:18:40 +0200
commit6e19cfb083eda83aaf4b49ae765ab2b3e578d32d (patch)
tree3501c40ab75cf9a15e5e558a3ffb7702f330bceb /ffmpeg.c
parent48734a54e8dc1ad7ec1c59dece6e132e97e7e79b (diff)
downloadffmpeg-6e19cfb083eda83aaf4b49ae765ab2b3e578d32d.tar.gz
ffmpeg: Fix doxygen comments for MetadataMap
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index f23bb6ec07..672ad2d152 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -101,9 +101,9 @@ typedef struct StreamMap {
* select an input file for an output file
*/
typedef struct MetadataMap {
- int file; //< file index
- char type; //< type of metadata to copy -- (g)lobal, (s)tream, (c)hapter or (p)rogram
- int index; //< stream/chapter/program number
+ int file; ///< file index
+ char type; ///< type of metadata to copy -- (g)lobal, (s)tream, (c)hapter or (p)rogram
+ int index; ///< stream/chapter/program number
} MetadataMap;
typedef struct ChapterMap {