repo.or.cz
/
mplayer
/
kovensky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
demux_mkv: use new EBML parser for file header
[mplayer/kovensky.git]
/
fmt-conversion.h
blob
a4ee82035348b49d8716a532a801b5459acd7a5d
1
#ifndef MPLAYER_FMT_CONVERSION_H
2
#define MPLAYER_FMT_CONVERSION_H
3
4
#include
"config.h"
5
#include
"libavutil/avutil.h"
6
7
enum
PixelFormat
imgfmt2pixfmt
(
int
fmt
);
8
int
pixfmt2imgfmt
(
enum
PixelFormat pix_fmt
);
9
10
#endif
/* MPLAYER_FMT_CONVERSION_H */