mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
620ab70745
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30208 b3059339-0415-0410-9bf9-f77b7e298cf2
11 lines
243 B
C
11 lines
243 B
C
#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 */
|