diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-01-15 02:57:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-02-11 17:49:01 +0100 |
commit | 34ff361921ef3698d18626a7b7e1e9a48821c69a (patch) | |
tree | e3ebaa1f074f747dc02d843108a4825701b3bc11 /doc/examples/hw_decode.c | |
parent | 3d4dc6aa778e60073f608d379139b46051da2302 (diff) | |
download | ffmpeg-34ff361921ef3698d18626a7b7e1e9a48821c69a.tar.gz |
examples: apply doxy entries consistency fixes
Use consistent format for the @file field and file description.
Diffstat (limited to 'doc/examples/hw_decode.c')
-rw-r--r-- | doc/examples/hw_decode.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/examples/hw_decode.c b/doc/examples/hw_decode.c index 0d23f451e6..6a4a4fb83d 100644 --- a/doc/examples/hw_decode.c +++ b/doc/examples/hw_decode.c @@ -24,12 +24,11 @@ */ /** - * @file - * HW-Accelerated decoding example. - * + * @file HW-accelerated decoding API usage.example * @example hw_decode.c - * This example shows how to do HW-accelerated decoding with output - * frames from the HW video surfaces. + * + * Perform HW-accelerated decoding with output frames from HW video + * surfaces. */ #include <stdio.h> |