view fmt-conversion.h @ 29329:d1f5b68b68f3

Do not call rgb2rgbWrapper() for rgb48*, there is no special converter yet for those formats
author vitor
date Wed, 17 Jun 2009 18:40:19 +0000
parents 21efa4282730
children 1d39794263eb
line wrap: on
line source

#ifndef MPLAYER_FMT_CONVERSION_H
#define MPLAYER_FMT_CONVERSION_H

#include "libavutil/avutil.h"

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

#endif /* MPLAYER_FMT_CONVERSION_H */