summaryrefslogtreecommitdiffstats
path: root/fmt-conversion.h
blob: a4ee82035348b49d8716a532a801b5459acd7a5d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MPLAYER_FMT_CONVERSION_H
#define MPLAYER_FMT_CONVERSION_H

#include "config.h"
#include "libavutil/avutil.h"

enum PixelFormat imgfmt2pixfmt(int fmt);
int pixfmt2imgfmt(enum PixelFormat pix_fmt);

#endif /* MPLAYER_FMT_CONVERSION_H */