repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
3rdparty/licenseReport: Add seperate LGPL checks
[haiku.git]
/
src
/
add-ons
/
media
/
plugins
/
ffmpeg
/
MuxerTable.h
blob
d0c7b7b63e9a252d96cd648068f26b07fc50f085
1
/*
2
* Copyright 2009 Stephan Aßmus <superstippi@gmx.de>
3
* All rights reserved. Distributed under the terms of the MIT license.
4
*/
5
#ifndef MUXER_TABLE_H
6
#define MUXER_TABLE_H
7
8
9
#include <MediaDefs.h>
10
11
12
extern
const
media_file_format gMuxerTable
[];
13
extern
const size_t
gMuxerCount
;
14
15
16
#endif
// MUXER_TABLE_H