Commit 99b9df52 authored by Diego Biurrun's avatar Diego Biurrun

doxygen: misc consistency cosmetics

parent a2f31564
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
/** /**
* @file * @file
*
* G.722 ADPCM audio codec * G.722 ADPCM audio codec
* *
* This G.722 decoder is a bit-exact implementation of the ITU G.722 * This G.722 decoder is a bit-exact implementation of the ITU G.722
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* @file * @file
* @brief LZW decoding routines * @brief LZW decoding routines
* @author Fabrice Bellard * @author Fabrice Bellard
* Modified for use in TIFF by Konstantin Shishkov * modified for use in TIFF by Konstantin Shishkov
*/ */
#ifndef AVCODEC_LZW_H #ifndef AVCODEC_LZW_H
......
...@@ -19,10 +19,6 @@ ...@@ -19,10 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/**
* @file
*/
#ifndef AVCODEC_MSMPEG4_H #ifndef AVCODEC_MSMPEG4_H
#define AVCODEC_MSMPEG4_H #define AVCODEC_MSMPEG4_H
......
...@@ -23,9 +23,10 @@ ...@@ -23,9 +23,10 @@
#include "vaapi_internal.h" #include "vaapi_internal.h"
#include "h264.h" #include "h264.h"
/** @file /**
* This file implements the glue code between Libav's and VA API's * @file
* structures for H.264 decoding. * This file implements the glue code between Libav's and VA API's
* structures for H.264 decoding.
*/ */
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment