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 /libavcodec/ivi_common.h | |
parent | 714cd7e758ef8c579a3f98b364d8b3d746ee289b (diff) | |
download | ffmpeg-c68fafe0d2bdf3d4943a3602c52b0a7c83be8171.tar.gz |
doxygen: eliminate Qt-style doxygen syntax
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r-- | libavcodec/ivi_common.h | 2 |
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; |