aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/hw_decode.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-01-15 02:57:14 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-02-11 17:49:01 +0100
commit34ff361921ef3698d18626a7b7e1e9a48821c69a (patch)
treee3ebaa1f074f747dc02d843108a4825701b3bc11 /doc/examples/hw_decode.c
parent3d4dc6aa778e60073f608d379139b46051da2302 (diff)
downloadffmpeg-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.c9
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>