diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-14 04:05:17 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-14 20:51:15 +0200 |
commit | 99b9df5281ef5e8f1991cd5edd5d5acb49a35144 (patch) | |
tree | 174ad465e07db9bcd88ec21f32fca10ed9f705f0 /libavcodec/vaapi_h264.c | |
parent | a2f31564b4759c02c81f3f4d1be359eb4a18f050 (diff) | |
download | ffmpeg-99b9df5281ef5e8f1991cd5edd5d5acb49a35144.tar.gz |
doxygen: misc consistency cosmetics
Diffstat (limited to 'libavcodec/vaapi_h264.c')
-rw-r--r-- | libavcodec/vaapi_h264.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libavcodec/vaapi_h264.c b/libavcodec/vaapi_h264.c index f6d1a6d48e..51ebaaf5a0 100644 --- a/libavcodec/vaapi_h264.c +++ b/libavcodec/vaapi_h264.c @@ -23,9 +23,10 @@ #include "vaapi_internal.h" #include "h264.h" -/** @file - * This file implements the glue code between Libav's and VA API's - * structures for H.264 decoding. +/** + * @file + * This file implements the glue code between Libav's and VA API's + * structures for H.264 decoding. */ /** |