src/qtff/coding.h Source File
coding.h
1
2//
3// The contents of this file are subject to the Mozilla Public License
4// Version 1.1 (the "License"); you may not use this file except in
5// compliance with the License. You may obtain a copy of the License at
6// http://www.mozilla.org/MPL/
7//
8// Software distributed under the License is distributed on an "AS IS"
9// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
10// License for the specific language governing rights and limitations
11// under the License.
12//
13// The Original Code is MP4v2.
14//
15// The Initial Developer of the Original Code is Kona Blend.
16// Portions created by Kona Blend are Copyright (C) 2008.
17// All Rights Reserved.
18//
19// Contributors:
20// Kona Blend, kona8lend@@gmail.com
21//
23
24#ifndef MP4V2_IMPL_QTFF_CODING_H
25#define MP4V2_IMPL_QTFF_CODING_H
26
27namespace mp4v2 { namespace impl { namespace qtff {
28
30
31bool findCoding( MP4FileHandle file, uint16_t trackIndex, MP4Atom*& coding );
32
34
35}}} // namespace mp4v2::impl::qtff
36
37#endif // MP4V2_IMPL_QTTF_CODING_H