summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-29 06:11:02 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-29 06:11:02 +0200
commited333bb31dd62030f62c534277f144e7da318194 (patch)
tree34e67542a3f9e32f399f231b11c7d2c09da722c2 /libmpcodecs
parent5017d713b1765048cf97d9ef73518ece826e9306 (diff)
parentb2adf9d98d8f59162ffcfdcd254e8626aacbec18 (diff)
downloadmpv-ed333bb31dd62030f62c534277f144e7da318194.tar.bz2
mpv-ed333bb31dd62030f62c534277f144e7da318194.tar.xz
Merge svn changes up to r29971
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ad_ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/ad_ffmpeg.c b/libmpcodecs/ad_ffmpeg.c
index 79601f9b63..12bd6aef6a 100644
--- a/libmpcodecs/ad_ffmpeg.c
+++ b/libmpcodecs/ad_ffmpeg.c
@@ -93,7 +93,7 @@ static int init(sh_audio_t *sh_audio)
mp_tmsg(MSGT_DECAUDIO,MSGL_ERR, "Could not open codec.\n");
return 0;
}
- mp_msg(MSGT_DECAUDIO,MSGL_V,"INFO: libavcodec init OK!\n");
+ mp_msg(MSGT_DECAUDIO,MSGL_V,"INFO: libavcodec \"%s\" init OK!\n", lavc_codec->name);
// printf("\nFOURCC: 0x%X\n",sh_audio->format);
if(sh_audio->format==0x3343414D){