diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 18:27:33 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-05 13:06:58 +0100 |
commit | c68fafe0d2bdf3d4943a3602c52b0a7c83be8171 (patch) | |
tree | 23bfd8a037b362354f1638e63e2f86e9c355f004 /libavformat | |
parent | 714cd7e758ef8c579a3f98b364d8b3d746ee289b (diff) | |
download | ffmpeg-c68fafe0d2bdf3d4943a3602c52b0a7c83be8171.tar.gz |
doxygen: eliminate Qt-style doxygen syntax
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 2 | ||||
-rw-r--r-- | libavformat/nuv.c | 2 |
2 files changed, 2 insertions, 2 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. */ diff --git a/libavformat/nuv.c b/libavformat/nuv.c index eede7580ac..ddca4fecff 100644 --- a/libavformat/nuv.c +++ b/libavformat/nuv.c @@ -47,7 +47,7 @@ static int nuv_probe(AVProbeData *p) { return 0; } -//! little macro to sanitize packet size +/// little macro to sanitize packet size #define PKTSIZE(s) (s & 0xffffff) /** |