From df73622d23b6233e3c1cf776c52850561a6bcdc8 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 12 Jan 2010 19:03:49 +0000 Subject: 100l, fix typo that caused ad_hwac3 to fail to compile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30290 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ad_hwac3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/ad_hwac3.c b/libmpcodecs/ad_hwac3.c index f9444b3f24..5c68a2dde8 100644 --- a/libmpcodecs/ad_hwac3.c +++ b/libmpcodecs/ad_hwac3.c @@ -148,7 +148,7 @@ static int preinit(sh_audio_t *sh) sh->samplesize = 2; sh->sample_format = AF_FORMAT_AC3_BE; // HACK for DTS where useless swapping can't easily be removed - if (sh_audio->format == 0x2001) + if (sh->format == 0x2001) sh->sample_format = AF_FORMAT_AC3_NE; return 1; } -- cgit v1.2.3