vd_ffmpeg: move redundant info messages to MSGL_V level
commitd4159a7d883bd90028db1d76f384bf2574416858
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 20 Jan 2010 15:21:39 +0000 (20 17:21 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 20 Jan 2010 15:21:39 +0000 (20 17:21 +0200)
tree73f43dd7e60bb302559fd17bb424758238b7dbe8
parentca217f4557c3cff4f2bf33e605ce13e662e84a92
vd_ffmpeg: move redundant info messages to MSGL_V level

Move two messages printed when using VDPAU/XvMC to MSGL_V level:
"[VD_FFMPEG] XVMC-accelerated MPEG-2.\n"
"[VD_FFMPEG] Trying pixfmt=%d.\n"

The first is redundant because this info is normally visible from the
decoder name, and it was also incorrectly printed in the VDPAU case
too. Add a different MSGL_V message for VDPAU.

Also make all these messages not translatable.
libmpcodecs/vd_ffmpeg.c