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

@@ -23,9 +23,11 @@
*/
/**
* @file
* API example for demuxing, decoding, filtering, encoding and muxing
* @file demuxing, decoding, filtering, encoding and muxing API usage example
* @example transcode.c
*
* Convert input to output file, applying some hard-coded filter-graph on both
* audio and video streams.
*/
#include <libavcodec/avcodec.h>