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. */ /* @} */