examples: apply doxy entries consistency fixes

Use consistent format for the @file field and file description.
This commit is contained in:
Stefano Sabatini 2023-01-15 02:57:14 +01:00
parent 3d4dc6aa77
commit 34ff361921
23 changed files with 95 additions and 84 deletions

View file

@ -1,6 +1,4 @@
/*
* Video Acceleration API (video encoding) encode sample
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
@ -21,13 +19,12 @@
*/
/**
* @file
* Intel VAAPI-accelerated encoding example.
*
* @file Intel VAAPI-accelerated encoding API usage example
* @example vaapi_encode.c
* This example shows how to do VAAPI-accelerated encoding. now only support NV12
* raw file, usage like: vaapi_encode 1920 1080 input.yuv output.h264
*
* Perform VAAPI-accelerated encoding. Read input from an NV12 raw
* file, and write the H.264 encoded data to an output raw file.
* Usage: vaapi_encode 1920 1080 input.yuv output.h264
*/
#include <stdio.h>