summaryrefslogtreecommitdiff
path: root/doc/examples/decoding_encoding.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-26 16:32:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-26 16:32:32 +0200
commitca28cb5f8388e87751644999cb6350068987549b (patch)
tree0b84c60ecbd97b7f857ed86b88e2f81842bf7222 /doc/examples/decoding_encoding.c
parentc01a462cda8d7f298a3ac6d20752d23a11e43a8a (diff)
examples: fix doxy so they appear on the example page
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/decoding_encoding.c')
-rw-r--r--doc/examples/decoding_encoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c
index 0c6abb8c8b..cc5953f4af 100644
--- a/doc/examples/decoding_encoding.c
+++ b/doc/examples/decoding_encoding.c
@@ -27,6 +27,7 @@
* Note that libavcodec only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, mp4, mov, mkv, mxf, flv, mpegts, mpegps, etc...). See library 'libavformat' for the
* format handling
+ * @example doc/examples/decoding_encoding.c
*/
#include <math.h>