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

id3dump.c example file was missing...

git-svn-id: svn://scm.orgis.org/mpg123/trunk@1198 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2007-11-30 23:51:40 +00:00
parent 49204b005f
commit 67b322fe01
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,7 @@
@{ */ @{ */
/** \file mpg123_to_wav.c A simple MPEG audio to WAV converter using libmpg123 (read) and libsndfile (write). /** \file mpg123_to_wav.c A simple MPEG audio to WAV converter using libmpg123 (read) and libsndfile (write).
...an excersize on two simple APIs. ...an excersize on two simple APIs. */
*/
/** \file mpglib.c Example program mimicking the old mpglib test program. /** \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. It takes an MPEG bitstream from standard input and writes raw audio to standard output.
@ -11,7 +10,8 @@
*/ */
/** \file scan.c Example program that examines the exact length of an MPEG file. /** \file scan.c Example program that examines the exact length of an MPEG file.
It opens a list of files and does mpg123_scan() on each and reporting the mpg123_length() before and after that. It opens a list of files and does mpg123_scan() on each and reporting the mpg123_length() before and after that. */
*/
/** \file id3dump.c Parse ID3 info and print to standard output. */
/* @} */ /* @} */

View File

@ -9,7 +9,7 @@ CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English
FULL_PATH_NAMES = NO FULL_PATH_NAMES = NO
INPUT = doxy_examples.c examples/mpg123_to_wav.c examples/mpglib.c examples/scan.c ../src/libmpg123/mpg123.h INPUT = doxy_examples.c examples/mpg123_to_wav.c examples/mpglib.c examples/scan.c examples/id3dump.c ../src/libmpg123/mpg123.h
OPTIMIZE_OUTPUT_FOR_C = YES OPTIMIZE_OUTPUT_FOR_C = YES
EXTRACT_ALL = NO EXTRACT_ALL = NO
HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_MEMBERS = NO