~ubuntu-branches/ubuntu/oneiric/faac/oneiric

« back to all changes in this revision

Viewing changes to common/mp4v2/ocidescriptors.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2011-06-09 12:00:51 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110609120051-03a45t9zrp0xiu9k
Tags: 1.28-0ubuntu1
* New upstream release. Package based on Debian Multimedia team git.
  (LP: #395902)
* debian/copyright documents all applicable licenses. The package as a whole
  is not LGPL and will stay in multiverse. (LP: #374900)
* Back to using a bundled internal copy of libmp4v2 in the frontend. The
  external libmp4v2 will eventually be removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
 
172
172
class MP4CreatorTableProperty : public MP4TableProperty {
173
173
public:
174
 
        MP4CreatorTableProperty(char* name, MP4Integer8Property* pCountProperty) :
 
174
        MP4CreatorTableProperty(const char* name, MP4Integer8Property* pCountProperty) :
175
175
                MP4TableProperty(name, pCountProperty) {
176
176
        };
177
177
protected: