From 16f339f5c13318ade6a99e09c5a345534b04bc0f Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 18 Dec 2002 03:41:59 +0000 Subject: log output CVS patchset: 3577 CVS date: 2002/12/18 03:41:59 --- src/demuxers/demux_asf.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c index be528cfac..b8f88113f 100644 --- a/src/demuxers/demux_asf.c +++ b/src/demuxers/demux_asf.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_asf.c,v 1.89 2002/12/13 21:13:17 guenter Exp $ + * $Id: demux_asf.c,v 1.90 2002/12/18 03:41:59 guenter Exp $ * * demultiplexer for asf streams * @@ -47,6 +47,7 @@ /* #define LOG */ + #define CODEC_TYPE_AUDIO 0 #define CODEC_TYPE_VIDEO 1 #define CODEC_TYPE_CONTROL 2 @@ -491,7 +492,8 @@ static int asf_read_header (demux_asf_t *this) { printf ("demux_asf: invalid bih_size received (%d), v_stream ignored.\n", i ); #ifdef LOG - printf ("demux_asf: found a video stream id=%d \n", stream_id); + printf ("demux_asf: found a video stream id=%d, buf_type=%08x \n", + stream_id, this->streams[this->num_streams].buf_type); #endif this->num_video_streams++; } -- cgit v1.2.3