[MPlayer-users] MPEG files have a vertical ripple with Xv and not with x11 driver

Brian J. Murrell 5e2e44d14448ec5bd945f339cdde5a37 at interlinx.bc.ca
Fri Jan 4 10:10:02 CET 2002


I have downloaded a couple of mpegs from usenet.  They seem to have
this strange vertical "ripple" when played with VESA and Xv drivers
but when played with the x11 driver it looks just fine.  File fragment
as per bugreport.html uploaded as L\&O-12x10(VCD)[TBV].mpg 

I wish I could just take a "grab" of the video window to show the
effect but it does not happen with the x11 driver and AFAIK you can't
to grabs of Xv windows.

The bugreport.html details:

    * linux distribution
Mandrake Cooker

    * kernel version:
Linux pc 2.4.13-11mdk #1 Thu Nov 22 23:56:36 CET 2001 i686 unknown

    * libc version:
-rwxr-xr-x    1 root     root      1288284 Dec  3 08:33 /lib/libc-2.2.4.so
lrwxrwxrwx    1 root     root           13 Dec  3 20:51 /lib/libc.so.6 -> libc-2.2.4.so

    * X version:

XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.8-5mdkenterprise i686 [ELF] 
Module Loader present

    * gcc and ld version:
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.0.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-cstdio=stdio --enable-clocale=generic --enable-languages=c,c++,f77,objc,java --program-suffix=-3.0.2 --enable-objc-gc --host=i586-mandrake-linux-gnu
Thread model: posix
gcc version 3.0.2

GNU ld version 2.11.92.0.7 20011016

    * binutils version:
GNU assembler 2.11.92.0.7
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
This assembler was configured for a target of `i586-mandrake-linux-gnu'.

    * CPU info:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 6
model		: 4
model name	: AMD Athlon(tm) Processor
stepping	: 2
cpu MHz		: 807.193
cache size	: 256 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
bogomips	: 1608.90

    * video card manufacturer and model
ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] (rev 3a)

    * video driver type&version
X built-in driver

    * sound card type & driver
Yamaha Corporation DS-XG PCI Audio Codec

----
cat: /usr/src/mplayer/configure.log: No such file or directory

----
/* -------- This file has been automatically generated by configure ---------
   Note: Any changes in it will be lost when you run configure again. */

/* define this to use simple idct with patched libavcodec */
#define SIMPLE_IDCT 1

#define USE_OSD 1
#define USE_SUB 1

/* Toggles debugging informations */
#undef MP_DEBUG

/* Indicates is Ogle's libdvdread is available for DVD playback */
#undef USE_DVDREAD

/* Common data directory (for fonts, etc) */
#define DATADIR "/usr/local/share/mplayer"
#define CONFDIR "/usr/local/share/mplayer"

/* Define this to compile stream-caching support, it can be enabled via
   -cache <kilobytes> */
#define USE_STREAM_CACHE 1

/* Define for using new DivX4Linux library, instead of open-source OpenDivX */
/* You have to change DECORE_LIBS in config.mak too! */
#define NEW_DECORE 1

/* Indicates if Divx4linux encore is available
   Note: for mencoder */
#define HAVE_DIVX4ENCORE 1

/* Indicates if libmp3lame is available
   Note: for mencoder */
#define HAVE_MP3LAME 1

/* Define libmp1e */
#undef USE_MP1E

/* Define this to enable avg. byte/sec-based AVI sync method by default:
   (use -bps or -nobps commandline option for run-time method selection)
   -bps gives better sync for vbr mp3 audio, it is now default */
#define AVI_SYNC_BPS 1

/* Undefine this if you do not want to select mono audio (left or right)
   with a stereo MPEG layer 2/3 audio stream. The command-line option
   -stereo has three possible values (0 for stereo, 1 for left-only, 2 for
   right-only), with 0 being the default.
   */
#define USE_FAKE_MONO 1

/* Undefine this if your soundcard driver has no working select().
   If you have kernel Oops, player hangups, or just no audio, you should
   try to recompile MPlayer with this option disabled! */
#define HAVE_AUDIO_SELECT 1

/* define this to use iconv(3) function to codepage conversions */
#define USE_ICONV 1

/* define this to use RTC (/dev/rtc) for video timers (LINUX only) */
#define HAVE_RTC 1

/* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */
#define MAX_OUTBURST 65536

/* set up audio OUTBURST. Do not change this! */
#define OUTBURST 512

/* Define this if your system has the header file for the OSS sound interface */
#define HAVE_SYS_SOUNDCARD_H 1

/* Define this if your system has the "stdint.h" header file */
#define HAVE_STDINT_H 1

/* Define this if your system has the "malloc.h" header file */
#define HAVE_MALLOC_H 1

/* memalign is mapped to malloc if unsupported */
#define HAVE_MEMALIGN 1
#ifndef HAVE_MEMALIGN
# define memalign(a,b) malloc(b)
#endif

/* Define this if your system has the "alloca.h" header file */
#define HAVE_ALLOCA_H 1

/* Define this if your system has the "sys/mman.h" header file */
#define HAVE_SYS_MMAN_H 1

/* Define this if you have the elf dynamic linker -ldl library */
#define HAVE_LIBDL 1

/* Define this if you have the kstat kernel statistics library */
#undef HAVE_LIBKSTAT

/* Define this if you have zlib */
#define HAVE_ZLIB 1

/* Define this if you have shm support */
#define HAVE_SHM 1

/* Define this if your system has vsscanf */
#define HAVE_VSSCANF 1

/* LIRC (remote control, see www.lirc.org) support: */
#undef HAVE_LIRC

/* DeCSS support using libcss */
#undef HAVE_LIBCSS

/* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */
#define MPEG12_POSTPROC 1

/* Define this to enable image postprocessing in libavcodec (requires FAST cpu!) */
#define FF_POSTPROCESS 1

#define HAVE_ODIVX_POSTPROCESS 1

/* Win32 DLL support */
#define USE_WIN32DLL 1

/* DirectShow support */
#define USE_DIRECTSHOW 1

/* ffmpeg's libavcodec support (requires libavcodec source) */
#define USE_LIBAVCODEC 1
#undef USE_LIBAVCODEC_SO

/* use only decoders from libavcodec: */
#define CONFIG_DECODERS 1
#define CONFIG_ENCODERS 1

/* XAnim DLL support */
#undef USE_XANIM
#undef XACODEC_PATH

/* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
#define USE_FASTMEMCPY 1

/* gui support, please do not edit this option */
#undef HAVE_NEW_GUI
#define PREFIX "/usr/local"

/* Audio lib drivers */
#define USE_OSS_AUDIO 1
#define HAVE_ALSA5 1
#undef HAVE_ALSA9
#undef USE_SUN_AUDIO
#undef USE_SGI_AUDIO
#undef HAVE_NAS


/* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */
#undef FAST_OSD
#undef FAST_OSD_TABLE

/* Enable TV Interface support */
#define USE_TV 1

/* Enable Video 4 Linux TV interface support */
#define HAVE_TV_V4L 1

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
#undef WORDS_BIGENDIAN

#define ARCH_X86 1

/* Define this for Cygwin build for win32 */


/* Define this to any prefered value from 386 up to infinity with step 100 */
#define __CPU__ 686

#define TARGET_LINUX 1

#define HAVE_VCD 1

#ifdef sun
#define	DEFAULT_CDROM_DEVICE	"/vol/dev/aliases/cdrom0"
#define DEFAULT_DVD_DEVICE	DEFAULT_CDROM_DEVICE
#else
#define DEFAULT_CDROM_DEVICE    "/dev/cdrom"
#define DEFAULT_DVD_DEVICE	"/dev/dvd"
#endif


/*----------------------------------------------------------------------------
**
** NOTE: Instead of modifying these definitions here, use the
**       --enable/--disable options of the ./configure script!
**       See ./configure --help for details.
**
*---------------------------------------------------------------------------*/

/* nanosleep support */
#define HAVE_NANOSLEEP 1

/* termcap flag for getch2.c */
#undef USE_TERMCAP

/* termios flag for getch2.c */
#define HAVE_TERMIOS 1
#undef HAVE_TERMIOS_H
#define HAVE_SYS_TERMIOS_H 1

/* enable PNG support */
#define HAVE_PNG 1

/* libmad support */
#define USE_LIBMAD 1

/* enable OggVorbis support */
#define HAVE_OGGVORBIS 1

#define STREAMING 1

/* Extension defines */
#define HAVE_3DNOW 1	// only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
#define HAVE_3DNOWEX 1	// only define if you have 3DNOWEX (AMD Athlon, etc.)
#define HAVE_MMX 1	// only define if you have MMX (newer x86 chips, not P54C/PPro)
#define HAVE_MMX2 1	// only define if you have MMX2 (Athlon/PIII/4/CelII)
#undef HAVE_SSE	// only define if you have SSE (Intel Pentium III/4 or Celeron II)
#undef HAVE_SSE2	// only define if you have SSE2 (Intel Pentium 4)

#ifdef HAVE_MMX
#define USE_MMX_IDCT 1
#endif

#undef HAVE_MLIB  // Sun mediaLib, available only on solaris

/* libmpeg2 uses a different feature test macro for mediaLib */
#ifdef HAVE_MLIB
#define LIBMPEG2_MLIB 1
#endif

/* libvo options */
#define SCREEN_SIZE_X 1
#define SCREEN_SIZE_Y 1
#define HAVE_X11 1
#define HAVE_XV 1
#define HAVE_XF86VM 1
#define HAVE_XINERAMA 1
#define HAVE_GL 1
#define HAVE_DGA 1
#define HAVE_DGA2 1
#define HAVE_SDL 1
/* defined for SDLlib with keyrepeat bugs (before 1.2.1) */
#undef BUGGY_SDL
#define HAVE_GGI 1
#undef HAVE_3DFX
#undef HAVE_TDFXFB
#undef HAVE_DIRECTFB
#define HAVE_MGA 1
#define HAVE_XMGA 1
#define HAVE_SYNCFB 1
#define HAVE_FBDEV 1
#undef HAVE_DXR3
#undef HAVE_DVB
#define HAVE_SVGALIB 1
#define HAVE_XDPMS 1
#define HAVE_AA 1

/* used by GUI: */


#if defined(HAVE_GL) || defined(HAVE_X11) || defined(HAVE_XV)
#define X11_FULLSCREEN 1
#endif

----
# -------- Generated by configure -----------

VPATH = .
srcdir = .
LANG = C
TARGET_OS = Linux
prefix = /usr/local
DATADIR = /usr/local/share/mplayer
CONFDIR = /usr/local/share/mplayer
AR = ar
CC = gcc-3.0.2
# OPTFLAGS = -O4   -march=athlon -mcpu=athlon -pipe -fomit-frame-pointer -ffast-math
OPTFLAGS = -O4 -march=athlon -mcpu=athlon -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT
EXTRA_INC =  
WIN32_PATH = -DWIN32_PATH=\"/usr/lib/win32\"

STREAMING = yes
STREAMING_LIB = -lnsl

VO2 = no

EXTRA_LIB = 
Z_LIB =   -lz
HAVE_MLIB = no
STATIC_LIB = 

X11_INC = 
X11DIR = -L/usr/X11R6/lib -lX11 -lXext -lnsl

# video output
X_LIB = -L/usr/X11R6/lib -lX11 -lXext -lnsl -lGL -lXxf86dga -lXv -lXxf86vm -lXinerama -lmad -lnsl
GGI_LIB = -lggi
MLIB_LIB =  
MLIB_INC = 
PNG_LIB = -lpng -lz
SDL_LIB = -L/usr/lib -lSDL -lpthread
SVGA_LIB = -lvgagl -lvga
AA_LIB = -laa

# audio output
ALSA_LIB = -lasound
NAS_LIB = 
MAD_LIB = -lmad
VORBIS_LIB = -lvorbis -logg
SGIAUDIO_LIB = 

# input
TERMCAP_LIB = 
LIRC_LIB = 
CSS_USE = no
CSS_LIB = 
SDL_INC = -I/usr/include/SDL -D_REENTRANT
W32_DEP = loader/libloader.a
W32_LIB = -Lloader -lloader
DS_DEP = loader/dshow/libDS_Filter.a
DS_LIB = -Lloader/dshow -lDS_Filter
AV_DEP = libavcodec/libavcodec.a
AV_LIB = -Llibavcodec -lavcodec
MP1E_DEP = 
MP1E_LIB = 
ARCH_LIB =   -lpthread -ldl  
DIVX4LINUX = yes
DECORE_LIB = -ldivxdecore opendivx/postprocess.o
MENCODER = yes
ENCORE_LIB =  -ldivxencore -lmp3lame -lvorbis -logg
DIRECTFB_LIB = 

# --- Some stuff for autoconfigure ----
TARGET_ARCH_X86 = yes
TARGET_CYGWIN = no
TARGET_CPU=686
TARGET_MMX = yes
TARGET_MMX2 = yes
TARGET_3DNOW = yes
TARGET_3DNOWEX = yes
TARGET_SSE = no

BINUTILS = yes

# --- GUI stuff ---
GTKLIB =  
GLIBLIB =   
GTK_LIBS =   
GUI = no
DEBUG = -DDEBUG

----
include ../config.mak
OPTIONAL_SRCS =  vo_x11.c vo_xv.c vo_dga.c vo_gl.c vo_gl2.c vo_mga.c vo_syncfb.c vo_xmga.c vo_ggi.c vo_aa.c vo_svga.c vo_fbdev.c vo_png.c vo_vesa.c vesa_lvo.c vo_sdl.c
OPTIONAL_OBJS = vo_x11.o vo_xv.o vo_dga.o vo_gl.o vo_gl2.o vo_mga.o vo_syncfb.o vo_xmga.o vo_ggi.o vo_aa.o vo_svga.o vo_fbdev.o vo_png.o vo_vesa.o vesa_lvo.o vo_sdl.o

----

MPlayer CVS-020104-03:25-3.0.2 (C) 2000-2002 Arpad Gereoffy (see DOCS!)

CPU vendor name: AuthenticAMD  max cpuid level: 1
CPU: Advanced Micro Devices Athlon TB Thunderbird (Type: 6, Stepping: 2)
extended cpuid-level: 6
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled for x86 CPU with features: MMX MMX2 3DNow 3DNowEx
Reading /home/brian/.mplayer/codecs.conf: 25 audio & 70 video codecs
CommandLine: '-v' '-ao' 'alsa5' '-vo' 'xv' '/video/L&O-12x10(VCD)[TBV].mpg'
num_filenames: 1
get_path('font/font.desc') -> '/home/brian/.mplayer/font/font.desc'
Font /home/brian/.mplayer/font/font.desc loaded successfully! (206 chars)
Using usleep() timing
Playing /video/L&O-12x10(VCD)[TBV].mpg
get_path('sub/') -> '/home/brian/.mplayer/sub/'
Not an URL!
File size is 450202956 bytes
Checking for YUV4MPEG2
ASF_check: not ASF guid!
Checking for NuppelVideo
Checking for MOV
Checking for VIVO
header block 1 size: 0
Checking for REAL
system stream synced at 0xB (11)!
==> Found video stream: 0
Detected MPEG-PS file format!
==> Found audio stream: 0
Searching for sequence header... OK!
VIDEO:  MPEG1  352x240  (aspect 12)  29.97 fps  1437.5 kbps (179.7 kbyte/s)
[V] filefmt:2  fourcc:0x10000001  size:352x240  fps:29.97  ftime:=0.0334
Detected audio codec: [mp3] drv:1 (MPEG layer-2, layer-3)
Initializing audio codec...
dec_audio: Allocating 4608 + 65536 = 70144 bytes for output buffer
mp3lib: Processor ID: 642
mp3lib: Using AMD 3dnow-dsp(k7)! optimized decore.
AUDIO: srate=44100  chans=2  bps=2  sfmt=0x10  ratio: 28000->176400
Detected video codec: [mpeg12] drv:1 prio:0 (MPEG 1 or 2)
mpeg2dec-0.2.0-release (C) 2000-2001 Aaron Holtzman & Michel Lespinasse
libmpeg2: Using MMXEXT for IDCT transform
libmpeg2: Using MMXEXT for motion compensation
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 352x240 => 352x264 Planar YV12 
VO: Description: X11/Xv
VO: Author: Gerd Knorr <kraxel at goldbach.in-berlin.de>
video_out->init(352x240->352x264,flags=0,'MPlayer',0x32315659)
vo: X11 color mask:  FFFF  (R:F800 G:7E0 B:1F)
vo: X11 running at 1600x1200 with depth 16 and 16 bits/pixel (":0" => local display)
Xvideo image format: 0x32595559 (YUY2) packed
Xvideo image format: 0x59565955 (UYVY) packed
Xvideo image format: 0x32315659 (YV12) planar
Xvideo image format: 0x30323449 (I420) planar
using Xvideo port 47 for hw scaling
[xv] dcx: 0 dcy: 0 dx: 0 dy: 0 dw: 352 dh: 264
INFO: Video OUT driver init OK!
AO: [alsa5] 44100Hz Stereo Signed 16-bit (Little-Endian)
AO: Description: ALSA-0.5.x audio output
AO: Author: Alex Beregszaszi <alex at naxine.org>
alsa-init: requested format: 44100 Hz, 2 channels, Signed 16-bit (Little-Endian)
alsa-init: compiled for ALSA-0.5.10 (1290)
alsa-init: 1 soundcard found, using: YMFPCI
alsa-init: setting preferred buffer size from driver: 131072 bytes
AUDIO: 44100 Hz/2 channels/176400 bps/131072 bytes buffer/Signed 16-bit Little Endian
Start playing...
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
[xv] dcx: 5 dcy: 22 dx: 0 dy: 0 dw: 352 dh: 264
A:   0.8 V:   0.8 A-V: -0.054 ct:  0.000    1/  1   0%  0%  0.0% 0 0 0%
A:   0.8 V:   0.8 A-V:  0.027 ct:  0.003    2/  2   0%  0%  0.0% 0 0 0%
A:   0.8 V:   0.9 A-V: -0.083 ct: -0.001    3/  3   0%  0%  0.0% 0 0 0%
A:   0.9 V:   0.9 A-V:  0.027 ct:  0.002    4/  4   0%  0%  0.0% 0 0 0%
A:   0.9 V:   0.9 A-V:  0.020 ct:  0.004    5/  5   0%  0%  0.0% 0 0 0%
A:   0.9 V:   1.0 A-V: -0.084 ct:  0.001    6/  6   0%  0%  0.0% 0 0 0%
A:   1.0 V:   1.0 A-V:  0.020 ct:  0.003    7/  7   0%  0%  0.0% 0 0 0%
A:   1.0 V:   1.0 A-V:  0.015 ct:  0.004    8/  8   0%  0%  0.0% 0 0 0%
A:   1.0 V:   1.1 A-V: -0.086 ct:  0.001    9/  9   0%  0%  0.0% 0 0 0%
A:   1.1 V:   1.1 A-V:  0.018 ct:  0.003   10/ 10   0%  0%  0.0% 0 0 0%
A:   1.1 V:   1.1 A-V:  0.013 ct:  0.004   11/ 11   0%  0%  0.0% 0 0 0%
A:   1.1 V:   1.2 A-V: -0.093 ct:  0.001   12/ 12   0%  0%  0.0% 0 0 0%
A:   1.2 V:   1.2 A-V:  0.013 ct:  0.002   13/ 13   0%  0%  0.0% 0 0 0%
A:   1.2 V:   1.2 A-V:  0.012 ct:  0.003   14/ 14   0%  0%  0.0% 0 0 0%
A:   1.2 V:   1.3 A-V: -0.098 ct: -0.000   15/ 15   6% 10%  3.8% 0 0 0%
A:   1.3 V:   1.3 A-V:  0.011 ct:  0.001   16/ 16   6% 10%  3.6% 0 0 0%
A:   1.3 V:   1.3 A-V:  0.002 ct:  0.001   17/ 17   6% 10%  3.5% 0 0 0%
A:   1.3 V:   1.4 A-V: -0.089 ct: -0.002   18/ 18   6% 10%  3.3% 0 0 0%
A:   1.4 V:   1.4 A-V:  0.009 ct: -0.001   19/ 19   6% 10%  3.2% 0 0 0%
A:   1.4 V:   1.4 A-V:  0.010 ct: -0.000   20/ 20   6% 11%  3.1% 0 0 0%
A:   1.4 V:   1.5 A-V: -0.091 ct: -0.004   21/ 21   6% 11%  3.0% 0 0 0%
A:   1.5 V:   1.5 A-V:  0.002 ct: -0.003   22/ 22   6% 10%  2.9% 0 0 0%
A:   1.5 V:   1.5 A-V:  0.035 ct:  0.000   23/ 23   6% 11%  2.8% 0 0 0%
A:   1.6 V:   1.6 A-V: -0.067 ct: -0.003   24/ 24   6% 11%  2.8% 0 0 0%
A:   1.6 V:   1.6 A-V:  0.024 ct: -0.001   25/ 25   6% 11%  2.7% 0 0 0%
A:   1.6 V:   1.6 A-V:  0.027 ct:  0.002   26/ 26   6% 11%  2.6% 0 0 0%
A:   1.7 V:   1.7 A-V: -0.074 ct: -0.002   27/ 27   6% 11%  2.6% 0 0 0%
A:   1.7 V:   1.7 A-V:  0.022 ct:  0.001   28/ 28   6% 11%  2.5% 0 0 0%
A:   1.7 V:   1.7 A-V:  0.020 ct:  0.003   29/ 29   6% 11%  2.5% 0 0 0%
A:   1.7 V:   1.8 A-V: -0.079 ct: -0.001   30/ 30   6% 11%  2.5% 0 0 0%
A:   1.8 V:   1.8 A-V:  0.020 ct:  0.001   31/ 31   6% 11%  2.4% 0 0 0%
A:   1.8 V:   1.8 A-V:  0.010 ct:  0.002   32/ 32   6% 11%  2.4% 0 0 0%
A:   1.8 V:   1.9 A-V: -0.091 ct: -0.001   33/ 33   6% 11%  2.3% 0 0 0%
A:   1.9 V:   1.9 A-V:  0.013 ct:  0.000   34/ 34   6% 11%  2.3% 0 0 0%
A:   1.9 V:   1.9 A-V:  0.008 ct:  0.001   35/ 35   6% 11%  2.3% 0 0 0%
A:   1.9 V:   2.0 A-V: -0.082 ct: -0.002   36/ 36   6% 11%  2.2% 0 0 0%
A:   2.0 V:   2.0 A-V:  0.019 ct: -0.000   37/ 37   6% 11%  2.2% 0 0 0%
A:   2.0 V:   2.0 A-V:  0.006 ct:  0.000   38/ 38   6% 11%  2.2% 0 0 0%
A:   2.0 V:   2.1 A-V: -0.093 ct: -0.003   39/ 39   6% 11%  2.2% 0 0 0%
A:   2.1 V:   2.1 A-V:  0.006 ct: -0.002   40/ 40   6% 11%  2.1% 0 0 0%
A:   2.1 V:   2.1 A-V:  0.010 ct: -0.001   41/ 41   6% 11%  2.1% 0 0 0%
A:   2.2 V:   2.2 A-V: -0.068 ct: -0.005   42/ 42   6% 11%  2.1% 0 0 0%
A:   2.2 V:   2.2 A-V:  0.030 ct: -0.002   43/ 43   6% 11%  2.0% 0 0 0%
A:   2.2 V:   2.2 A-V:  0.034 ct:  0.002   44/ 44   6% 11%  2.0% 0 0 0%
A:   2.3 V:   2.3 A-V: -0.070 ct: -0.002   45/ 45   6% 11%  2.0% 0 0 0%
A:   2.3 V:   2.3 A-V:  0.023 ct:  0.001   46/ 46   6% 11%  2.0% 0 0 0%
A:   2.3 V:   2.3 A-V:  0.019 ct:  0.002   47/ 47   6% 11%  2.0% 0 0 0%
A:   2.4 V:   2.4 A-V: -0.077 ct: -0.001   48/ 48   6% 11%  1.9% 0 0 0%
A:   2.4 V:   2.4 A-V:  0.021 ct:  0.001   49/ 49   6% 11%  1.9% 0 0 0%
A:   2.4 V:   2.4 A-V:  0.017 ct:  0.003   50/ 50   6% 11%  1.9% 0 0 0%
A:   2.4 V:   2.5 A-V: -0.079 ct: -0.000   51/ 51   6% 11%  1.9% 0 0 0%
A:   2.5 V:   2.5 A-V:  0.017 ct:  0.001   52/ 52   6% 11%  1.9% 0 0 0%
A:   2.5 V:   2.5 A-V:  0.010 ct:  0.002   53/ 53   6% 11%  1.9% 0 0 0%
A:   2.5 V:   2.6 A-V: -0.095 ct: -0.001   54/ 54   6% 11%  1.9% 0 0 0%
A:   2.6 V:   2.6 A-V:  0.015 ct:  0.000   55/ 55   6% 11%  1.8% 0 0 0%
A:   2.6 V:   2.6 A-V:  0.008 ct:  0.001   56/ 56   6% 11%  1.8% 0 0 0%
A:   2.6 V:   2.7 A-V: -0.096 ct: -0.002   57/ 57   5% 11%  1.8% 0 0 0%
A:   2.7 V:   2.7 A-V:  0.029 ct:  0.001   58/ 58   6% 11%  1.8% 0 0 0%
*** free_stream() called ***

Exiting... (Quit)
max framesize was 18696 bytes


-- 
Brian J. Murrell




More information about the MPlayer-users mailing list