Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/muxing.c')
-rw-r--r--doc/examples/muxing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index f0a5f63a28..f8b2f7c354 100644
--- a/doc/examples/muxing.c
+++ b/doc/examples/muxing.c
@@ -26,6 +26,7 @@
*
* Output a media file in any supported libavformat format.
* The default codecs are used.
+ * @example doc/examples/muxing.c
*/
#include <stdlib.h>