2008-02-22 09:09:46 +00:00
|
|
|
#ifndef MPLAYER_FMT_CONVERSION_H
|
|
|
|
#define MPLAYER_FMT_CONVERSION_H
|
2007-08-25 13:18:29 +00:00
|
|
|
|
2010-01-04 19:04:33 +00:00
|
|
|
#include "config.h"
|
2008-02-25 15:46:36 +00:00
|
|
|
#include "libavutil/avutil.h"
|
2006-09-17 15:15:13 +00:00
|
|
|
|
2009-02-14 17:57:47 +00:00
|
|
|
enum PixelFormat imgfmt2pixfmt(int fmt);
|
|
|
|
int pixfmt2imgfmt(enum PixelFormat pix_fmt);
|
2007-08-25 13:18:29 +00:00
|
|
|
|
2008-02-22 09:09:46 +00:00
|
|
|
#endif /* MPLAYER_FMT_CONVERSION_H */
|