1
0
mirror of http://mpg123.de/trunk/.git synced 2025-07-28 15:02:00 +03:00

correct example

git-svn-id: svn://scm.orgis.org/mpg123/trunk@3953 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2016-01-31 01:37:53 +00:00
parent ecd249c0e9
commit 48a51e6c62

View File

@ -1,7 +1,7 @@
/** \defgroup mpg123_examples example programs using libmpg123 and libout123
@{ */
/** \file mpg123_to_wav.c A simple MPEG audio to WAV converter using libmpg123 (read) and libout123 (write).
/** \file mpg123_to_out123.c A simple MPEG audio to WAV converter using libmpg123 (read) and libout123 (write).
...an excersize on two simple APIs. */
/** \file mpglib.c Example program mimicking the old mpglib test program.