diff options
Diffstat (limited to 'libavutil/lzo.h')
-rw-r--r-- | libavutil/lzo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/lzo.h b/libavutil/lzo.h index 41ee6b1d67..be86bba6bc 100644 --- a/libavutil/lzo.h +++ b/libavutil/lzo.h @@ -24,7 +24,7 @@ #include <stdint.h> -/** @defgroup errflags Error flags returned by av_lzo1x_decode +/** @name Error flags returned by av_lzo1x_decode * \{ */ //! end of the input buffer reached before decoding finished #define AV_LZO_INPUT_DEPLETED 1 |