[FFmpeg-cvslog] ffmpeg: Fix doxygen comments for MetadataMap
Michael Niedermayer
git at videolan.org
Fri Aug 5 01:21:02 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Aug 5 01:18:07 2011 +0200| [6e19cfb083eda83aaf4b49ae765ab2b3e578d32d] | committer: Michael Niedermayer
ffmpeg: Fix doxygen comments for MetadataMap
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e19cfb083eda83aaf4b49ae765ab2b3e578d32d
---
ffmpeg.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index f23bb6e..672ad2d 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 {
More information about the ffmpeg-cvslog
mailing list