[MPlayer-cvslog] r30290 - trunk/libmpcodecs/ad_hwac3.c

reimar subversion at mplayerhq.hu
Tue Jan 12 20:03:49 CET 2010


Author: reimar
Date: Tue Jan 12 20:03:49 2010
New Revision: 30290

Log:
100l, fix typo that caused ad_hwac3 to fail to compile.

Modified:
   trunk/libmpcodecs/ad_hwac3.c

Modified: trunk/libmpcodecs/ad_hwac3.c
==============================================================================
--- trunk/libmpcodecs/ad_hwac3.c	Tue Jan 12 20:03:09 2010	(r30289)
+++ trunk/libmpcodecs/ad_hwac3.c	Tue Jan 12 20:03:49 2010	(r30290)
@@ -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;
 }


More information about the MPlayer-cvslog mailing list