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 transcoding) transcode 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,11 +19,10 @@
*/
/**
* @file
* Intel VAAPI-accelerated transcoding example.
*
* @file Intel VAAPI-accelerated transcoding API usage example
* @example vaapi_transcode.c
* This example shows how to do VAAPI-accelerated transcoding.
*
* Perform VAAPI-accelerated transcoding.
* Usage: vaapi_transcode input_stream codec output_stream
* e.g: - vaapi_transcode input.mp4 h264_vaapi output_h264.mp4
* - vaapi_transcode input.mp4 vp9_vaapi output_vp9.ivf