Configure needs AS to be set for the Makefiles.
[mplayer/glamo.git] / fmt-conversion.h
blobf1e44ffe2a6678bd651f4e2cacb9d122cf7ff0a3
1 #ifndef MPLAYER_FMT_CONVERSION_H
2 #define MPLAYER_FMT_CONVERSION_H
4 #include "libavutil/avutil.h"
6 enum PixelFormat imgfmt2pixfmt(int fmt);
7 int pixfmt2imgfmt(enum PixelFormat pix_fmt);
9 #endif /* MPLAYER_FMT_CONVERSION_H */