summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 18:27:33 +0100
committerDiego Biurrun <diego@biurrun.de>2011-12-05 13:06:58 +0100
commitc68fafe0d2bdf3d4943a3602c52b0a7c83be8171 (patch)
tree23bfd8a037b362354f1638e63e2f86e9c355f004 /libavformat/avformat.h
parent714cd7e758ef8c579a3f98b364d8b3d746ee289b (diff)
doxygen: eliminate Qt-style doxygen syntax
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 367ba1e75b..5e00da12b2 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -293,7 +293,7 @@ typedef struct AVFormatParameters {
#endif
} AVFormatParameters;
-//! Demuxer will use avio_open, no opened file should be provided by the caller.
+/// Demuxer will use avio_open, no opened file should be provided by the caller.
#define AVFMT_NOFILE 0x0001
#define AVFMT_NEEDNUMBER 0x0002 /**< Needs '%d' in filename. */
#define AVFMT_SHOW_IDS 0x0008 /**< Show format stream IDs numbers. */