From 83f9d0396978fd380f8e741ce160ee92c2e45e9b Mon Sep 17 00:00:00 2001 From: thor Date: Mon, 5 Mar 2012 18:31:07 +0000 Subject: [PATCH] Include the extract_frames example properly. git-svn-id: svn://scm.orgis.org/mpg123/trunk@3054 35dc7657-300d-0410-a2e5-dc2837fedb53 --- doc/Makefile.am | 1 + doc/doxy_examples.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6dfd0e90..c44558be 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,4 +28,5 @@ EXTRA_DIST = \ examples/id3dump.c \ examples/feedseek.c \ examples/dump_seekindex.c \ + examples/extract_frames.c \ examples/Makefile diff --git a/doc/doxy_examples.c b/doc/doxy_examples.c index 26b47d62..6fc851be 100644 --- a/doc/doxy_examples.c +++ b/doc/doxy_examples.c @@ -14,6 +14,8 @@ /** \file id3dump.c Parse ID3 info and print to standard output. */ +/** \file extract_frames.c Parse stream and extract only the valid MPEG frames to standard output. */ + /** \file feedseek.c Fuzzy feeder seeking. */ /* @} */