From c30db79d85d476320e97c9772b894b8c8935fca4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 16 Oct 2011 16:10:36 +0200 Subject: [PATCH] Development docs: Update to API changes (id_result_container(), show_packetizer_info()) --- doc/development.html | 8 ++++---- doc/development.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/development.html b/doc/development.html index 16b072084..4c7bedc10 100644 --- a/doc/development.html +++ b/doc/development.html @@ -533,11 +533,11 @@ file->setFilePointer(61, seek_current); if (!demuxing_requested('a', 0) || (NPTZR() != 0)) return; -// Inform the user. -mxinfo_tid(m_ti.m_fname, 0, Y("Using the MPEG audio output module.\n")); - // Create the actual packetizer. add_packetizer(new mp3_packetizer_c(this, m_ti, mp3header.sampling_frequency, mp3header.channels, false)); + +// Inform the user. +show_packetizer_info(0, PTZR0);

File identification. Has to call id_result_container("description")id_result_container() once for the container type.

For each supported track the function must call