[FFmpeg-devel] [PATCH] lavc/vaapi: Fix and add Doxygen groups

Michael Niedermayer michaelni at gmx.at
Sat Jul 6 03:00:30 CEST 2013


On Thu, Jul 04, 2013 at 07:52:52PM -0700, Timothy Gu wrote:
[...]
> diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c
> index b8f0530..873dd63 100644
> --- a/libavcodec/vaapi_vc1.c
> +++ b/libavcodec/vaapi_vc1.c
> @@ -24,6 +24,15 @@
>  #include "vc1.h"
>  #include "vc1data.h"
>  
> +/**
> + * @file
> + * @ingroup lavc_codec_hwaccel_vaapi
> + * This file implements the glue code between FFmpeg's and VA API's
> + * structures for VC-1 decoding.
> + *


> + * @{
> + */
> +
>  /** Translate FFmpeg MV modes to VA API */
>  static int get_VAMvModeVC1(enum MVModes mv_mode)
>  {
> @@ -354,3 +363,5 @@ AVHWAccel ff_vc1_vaapi_hwaccel = {
>      .end_frame      = ff_vaapi_mpeg_end_frame,
>      .decode_slice   = vaapi_vc1_decode_slice,
>  };
> +
> +/* @} */

I didnt try but are these {} needed for @file ?
doesnt it already cover the whole file ?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The worst form of inequality is to try to make unequal things equal.
-- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130706/cd2f507e/attachment.asc>


More information about the ffmpeg-devel mailing list