[MPlayer-users] Decoder failed: confusing warning/error message

Nilmoni Deb ndeb at ece.cmu.edu
Tue Jul 22 01:20:33 CEST 2003


Hi,
	While playing all sorts of files (MPEG 1/2/4) with mplayer
current cvs, this error/warning messages comes up very frequently:

The selected video_out device is incompatible with this codec.
VDecoder init failed :(


These messages appear even though mplayer plays the video stream just
fine.


grep shows these are from lines (current cvs):

libmpcodecs/vd.c:242
libmpcodecs/dec_video.c:233


The questions I have are:

1. The information is very incomplete since it does not say which
"video_out device" is incompatible with which "codec". Adding this info is
a good idea. Since these are macro strings, one can easily add some info
at the end to get the job done as follows:

The selected video_out device is incompatible with this codec.[XV:FFMPEG
MPEG4]
VDecoder init failed :( [whatever video decoder could not be inited]

2. What is the relation between a codec and a video o/p device ?


thanks
- Nil



More information about the MPlayer-users mailing list