]> git.sesse.net Git - vlc/blobdiff - modules/demux/pva.c
* Ensure garbage collector is called when disabling a video track (Closes:#935)
[vlc] / modules / demux / pva.c
index b22df5ee290f9c24314f2031418c163931808c50..5f9d138969d635fb6fb85e3dd68faad1db26f41a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pva.c: PVA demuxer
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN
+ * Copyright (C) 2004 the VideoLAN team
  * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
 #include <stdlib.h>                                      /* malloc(), free() */
 
 #include <vlc/vlc.h>
-#include <vlc/input.h>
-
-/* TODO:
- *  - ...
- */
+#include <vlc_demux.h>
 
 /*****************************************************************************
  * Module descriptor