~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to modules/codec/png.c

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * png.c: png decoder module making use of libpng.
3
3
 *****************************************************************************
4
4
 * Copyright (C) 1999-2001 the VideoLAN team
5
 
 * $Id$
 
5
 * $Id: 7ed1c03e6c9e1b58202064ab6a1a5d15b5fefe0c $
6
6
 *
7
7
 * Authors: Gildas Bazin <gbazin@videolan.org>
8
8
 *