view fmt-conversion.h @ 29415:ed4191b00420

handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)
author nicodvb
date Thu, 30 Jul 2009 08:37:10 +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 */