summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-08-05 13:15:04 +0200
committerDiego Biurrun <diego@biurrun.de>2011-08-26 18:34:28 +0200
commit0249478756091ab62f2d68f4d25f6b095f6723d8 (patch)
treef3128133ceb7ccaf2b4bb7d6093f7dffdb003699 /avconv.c
parent0138a8dead3d4874aa9c6f60f64423586c69f4d4 (diff)
doxygen: fix wrong comment syntax, //< vs. ///<
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/avconv.c b/avconv.c
index 57721f8fb2..64b2347bf5 100644
--- a/avconv.c
+++ b/avconv.c
@@ -90,9 +90,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;
static const OptionDef options[];