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

More specific description of mpglib.c .

git-svn-id: svn://scm.orgis.org/mpg123/trunk@2861 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2011-02-14 07:42:51 +00:00
parent f703bc8ad9
commit 25d9401769

View File

@ -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.