~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to src/orfimage.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-01-07 09:54:22 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110107095422-sz20aod6e1yaorq0
Tags: 0.21-0ubuntu1
* New upstream release
* debian/control:
  - Add Vcs-Bzr link
  - Use standards version 3.9.1
  - Rename libexiv2-9 to libexiv2-10

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
/*
22
22
  File:      orfimage.cpp
23
 
  Version:   $Rev: 2045 $
 
23
  Version:   $Rev: 2336 $
24
24
  Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
25
25
  History:   13-May-06, ahu: created
26
26
  Credits:   See header file
27
27
 */
28
28
// *****************************************************************************
29
 
#include "rcsid.hpp"
30
 
EXIV2_RCSID("@(#) $Id: orfimage.cpp 2045 2010-04-03 07:53:30Z ahuggel $")
 
29
#include "rcsid_int.hpp"
 
30
EXIV2_RCSID("@(#) $Id: orfimage.cpp 2336 2010-08-30 19:33:07Z ahuggel $")
31
31
 
32
32
// *****************************************************************************
33
33
// included header files
176
176
 
177
177
        // Delete IFDs which do not occur in TIFF images
178
178
        static const IfdId filteredIfds[] = {
179
 
            panaRawIfdId
 
179
            panaRawId
180
180
        };
181
181
        for (unsigned int i = 0; i < EXV_COUNTOF(filteredIfds); ++i) {
182
182
#ifdef DEBUG