~ubuntu-branches/ubuntu/utopic/libopenraw/utopic

« back to all changes in this revision

Viewing changes to lib/arwfile.cpp

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-03-10 08:57:09 UTC
  • mto: (7.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20120310085709-zuimi0xsth01nfkc
Tags: upstream-0.0.9
ImportĀ upstreamĀ versionĀ 0.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <libopenraw/libopenraw.h>
23
23
#include <libopenraw++/thumbnail.h>
24
24
 
25
 
#include "debug.h"
 
25
#include "trace.h"
26
26
#include "io/file.h"
27
27
#include "ifdfilecontainer.h"
28
28
#include "ifd.h"
40
40
                                                                                           OR_TYPEID_SONY_A100) },
41
41
                        { "DSLR-A200", OR_MAKE_FILE_TYPEID(OR_TYPEID_VENDOR_SONY,
42
42
                                                                                           OR_TYPEID_SONY_A200) },
 
43
                        { "DSLR-A550", OR_MAKE_FILE_TYPEID(OR_TYPEID_VENDOR_SONY,
 
44
                                                                                           OR_TYPEID_SONY_A550) },
43
45
                        { "DSLR-A700", OR_MAKE_FILE_TYPEID(OR_TYPEID_VENDOR_SONY,
44
46
                                                                                           OR_TYPEID_SONY_A700) },
45
47
                        { 0, 0 }