From 585b98ff86aaba2eba9f3767275906f944793439 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 24 Jan 2002 22:55:51 +0000 Subject: log frame size CVS patchset: 1448 CVS date: 2002/01/24 22:55:51 --- src/demuxers/demux_avi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index 44223baec..257dcc88a 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.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_avi.c,v 1.61 2002/01/17 14:32:08 mshopf Exp $ + * $Id: demux_avi.c,v 1.62 2002/01/24 22:55:51 guenter Exp $ * * demultiplexer for avi streams * @@ -923,6 +923,8 @@ static void demux_avi_start (demux_plugin_t *this_gen, LOG_MSG(this->xine, _("demux_avi: video format = %s, audio format = 0x%lx\n"), this->avi->compressor, this->avi->a_fmt); + LOG_MSG(this->xine, _("demux_avi: video frame size %d x %d\n"), + this->avi->width, this->avi->height); this->no_audio = 0; this->avi->audio_type = formattag_to_buf_audio (this->avi->a_fmt); -- cgit v1.2.3