From 25d94017694e1f119f5b58e579c44baaf58a0f7e Mon Sep 17 00:00:00 2001 From: thor Date: Mon, 14 Feb 2011 07:42:51 +0000 Subject: [PATCH] More specific description of mpglib.c . git-svn-id: svn://scm.orgis.org/mpg123/trunk@2861 35dc7657-300d-0410-a2e5-dc2837fedb53 --- doc/doxy_examples.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxy_examples.c b/doc/doxy_examples.c index b7c16a13..1c82d77e 100644 --- a/doc/doxy_examples.c +++ b/doc/doxy_examples.c @@ -6,7 +6,7 @@ /** \file mpglib.c Example program mimicking the old mpglib test program. It takes an MPEG bitstream from standard input and writes raw audio to standard output. - This is an use case of the mpg123_decode() in and out function in the feeder mode. + This is an use case of the mpg123_decode() in and out function in the feeder mode, quite close to classic mpglib usage and thus a template to convert from that to libmpg123. */ /** \file scan.c Example program that examines the exact length of an MPEG file.