]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/bridge.c
* Add the hdv2 fourcc which is simply HD MPEG2
[vlc] / modules / stream_out / bridge.c
index c93562583c276a5f58729bf2bd418568fe2a468f..fef9ef1f6c5fca9d87d4a2dafc5926856967bb54 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bridge.c: bridge stream output module
  *****************************************************************************
- * Copyright (C) 2005 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2005 the VideoLAN team
  * $Id$
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
@@ -136,7 +136,7 @@ static bridge_t *__GetBridge( vlc_object_t *p_object )
     else
     {
         p_bridge = val.p_address;
-    }    
+    }
 
     return p_bridge;
 }