[vlc-devel] commit: atmo: remove silly thing. ( Rémi Duraffort )

git version control git at videolan.org
Mon Dec 29 20:58:05 CET 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Dec 29 20:55:51 2008 +0100| [416592520166da0cab1eeee0bf1d4b13ba6da769] | committer: Rémi Duraffort 

atmo: remove silly thing.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=416592520166da0cab1eeee0bf1d4b13ba6da769
---

 modules/video_filter/atmo/AtmoConfig.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/atmo/AtmoConfig.cpp b/modules/video_filter/atmo/AtmoConfig.cpp
index 9c22d8e..5e1fdf7 100644
--- a/modules/video_filter/atmo/AtmoConfig.cpp
+++ b/modules/video_filter/atmo/AtmoConfig.cpp
@@ -128,7 +128,7 @@ void CAtmoConfig::LoadDefaults() {
 
     clearAllChannelMappings();
     m_CurrentChannelAssignment = 0;
-    tChannelAssignment *temp = temp = new tChannelAssignment;
+    tChannelAssignment* temp = new tChannelAssignment;
     temp->system = true;
     for(int i=0;i<ATMO_NUM_CHANNELS;i++)
         temp->mappings[i] = i;




More information about the vlc-devel mailing list