Use $_target-pkg-config if available
[mplayer/kovensky.git] / fmt-conversion.h
bloba4ee82035348b49d8716a532a801b5459acd7a5d
1 #ifndef MPLAYER_FMT_CONVERSION_H
2 #define MPLAYER_FMT_CONVERSION_H
4 #include "config.h"
5 #include "libavutil/avutil.h"
7 enum PixelFormat imgfmt2pixfmt(int fmt);
8 int pixfmt2imgfmt(enum PixelFormat pix_fmt);
10 #endif /* MPLAYER_FMT_CONVERSION_H */