repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add files in all library subdirectories to FFMPEGFILES variable, not
[mplayer/glamo.git]
/
fmt-conversion.h
blob
f1e44ffe2a6678bd651f4e2cacb9d122cf7ff0a3
1
#ifndef MPLAYER_FMT_CONVERSION_H
2
#define MPLAYER_FMT_CONVERSION_H
3
4
#include
"libavutil/avutil.h"
5
6
enum
PixelFormat
imgfmt2pixfmt
(
int
fmt
);
7
int
pixfmt2imgfmt
(
enum
PixelFormat pix_fmt
);
8
9
#endif
/* MPLAYER_FMT_CONVERSION_H */