Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 21:27:33 +0400
committerDiego Biurrun <diego@biurrun.de>2011-12-05 16:06:58 +0400
commitc68fafe0d2bdf3d4943a3602c52b0a7c83be8171 (patch)
tree23bfd8a037b362354f1638e63e2f86e9c355f004 /libavcodec/ivi_common.h
parent714cd7e758ef8c579a3f98b364d8b3d746ee289b (diff)
doxygen: eliminate Qt-style doxygen syntax
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r--libavcodec/ivi_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h
index fd3d82515a..dcda13a8f4 100644
--- a/libavcodec/ivi_common.h
+++ b/libavcodec/ivi_common.h
@@ -51,7 +51,7 @@ typedef struct {
/// or "7" for custom one
VLC *tab; /// pointer to the table associated with tab_sel
- //! the following are used only when tab_sel == 7
+ /// the following are used only when tab_sel == 7
IVIHuffDesc cust_desc; /// custom Huffman codebook descriptor
VLC cust_tab; /// vlc table for custom codebook
} IVIHuffTab;