fixed: typo
authorgnif2 <gnif2@svn>
Tue, 11 May 2010 04:31:53 +0000 (04:31 +0000)
committergnif2 <gnif2@svn>
Tue, 11 May 2010 04:31:53 +0000 (04:31 +0000)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30001 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecPassthroughFFmpeg.cpp

index b3f93a9..5aba0cb 100644 (file)
@@ -79,7 +79,7 @@ bool CDVDAudioCodecPassthroughFFmpeg::SetupMuxer(CDVDStreamInfo &hints, CStdStri
 #if LIBAVFORMAT_VERSION_MAJOR < 53
   fOut = m_dllAvFormat.guess_format(muxerName.c_str(), NULL, NULL);
 #else
-  fOut = m_dllAvFormat.av_guess_forma(muxerName.c_str(), NULL, NULL);
+  fOut = m_dllAvFormat.av_guess_format(muxerName.c_str(), NULL, NULL);
 #endif
   if (!fOut)
   {