Mercurial > mplayer.hg
changeset 24124:d2f65b67e568
Add missing pixelformat conversion function prototype
author | reimar |
---|---|
date | Fri, 24 Aug 2007 20:59:55 +0000 |
parents | 47f7591a2c8b |
children | 87fe090606ba |
files | libmpdemux/muxer_lavf.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/muxer_lavf.c Fri Aug 24 15:04:14 2007 +0000 +++ b/libmpdemux/muxer_lavf.c Fri Aug 24 20:59:55 2007 +0000 @@ -24,6 +24,8 @@ #endif #include "libavutil/avstring.h" +enum PixelFormat imgfmt2pixfmt(int fmt); + extern const struct AVCodecTag *mp_wav_taglists[]; extern const struct AVCodecTag *mp_bmp_taglists[];