Mercurial > mplayer.hg
view libmpcodecs/ae_lavc.h @ 19661:7b24faac56fd
Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.
Patch by Victor Paesa <wzrlpy@arsystel.com>
Original thread:
Date: Aug 31, 2006 7:15 PM
Subject: [Ffmpeg-devel] [PATCH] Add sws_getCachedContext() to swscale library
author | gpoirier |
---|---|
date | Mon, 04 Sep 2006 09:38:24 +0000 |
parents | e84a6ae9d51e |
children | 3f0d00abc073 |
line wrap: on
line source
#ifndef __AE_LAVC_H_ #define __AE_LAVC_H_ #include "ae.h" int mpae_init_lavc(audio_encoder_t *encoder); #endif