[Mplayer-cvslog] CVS: main/libmpcodecs ad_ffmpeg.c,1.2,1.3
Arpi
arpi at thot.banki.hu
Mon Apr 1 15:28:11 CEST 2002
Hi,
> +typedef struct {
> + AVCodec *lavc_codec;
> + AVCodecContext *lavc_context;
> +} ad_ffmpeg_ctx;
it ha sno sense keeping lavc_codec, it's only used at initialization.
the only thing we need to keep is lavc_context... si it's easier:
sh->context=lavc_context
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-cvslog
mailing list