Commit 6e19cfb0 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: Fix doxygen comments for MetadataMap

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 48734a54
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment