From ffe3856de7a5f18aba36b56a314aee48d7b7ac78 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 9 Jul 2011 15:39:16 +0200 Subject: [PATCH] examples/encoding.c: remove reference to unexisting file --- doc/examples/encoding.c | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/examples/encoding.c b/doc/examples/encoding.c index 8588d724a5..d201baeac4 100644 --- a/doc/examples/encoding.c +++ b/doc/examples/encoding.c @@ -22,7 +22,6 @@ * @file * libavcodec API use example. * - * @example libavcodec/api-example.c * Note that this library only handles codecs (mpeg, mpeg4, etc...), * not file formats (avi, vob, etc...). See library 'libavformat' for the * format handling