diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-07 13:43:36 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-07 15:29:14 +0100 |
commit | ff159e7816796c52fda7bcf6d87066a14784ee36 (patch) | |
tree | b29262675316e933b914a139f82ef30f1c29cf4b /libavutil/lzo.h | |
parent | ee41963f19eb6303b1582601dfccb1753866ab63 (diff) | |
download | ffmpeg-ff159e7816796c52fda7bcf6d87066a14784ee36.tar.gz |
doxygen: Replace '\' by '@' in Doxygen markup tags.
Diffstat (limited to 'libavutil/lzo.h')
-rw-r--r-- | libavutil/lzo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/lzo.h b/libavutil/lzo.h index d2c3466239..1b774a53bc 100644 --- a/libavutil/lzo.h +++ b/libavutil/lzo.h @@ -32,7 +32,7 @@ #include <stdint.h> /** @name Error flags returned by av_lzo1x_decode - * \{ */ + * @{ */ /// end of the input buffer reached before decoding finished #define AV_LZO_INPUT_DEPLETED 1 /// decoded data did not fit into output buffer @@ -41,7 +41,7 @@ #define AV_LZO_INVALID_BACKPTR 4 /// a non-specific error in the compressed bitstream #define AV_LZO_ERROR 8 -/** \} */ +/** @} */ #define AV_LZO_INPUT_PADDING 8 #define AV_LZO_OUTPUT_PADDING 12 |