From 003ae66086d0d55569194a1d4c570febead35747 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Tue, 27 May 2008 22:31:26 +0000 Subject: [PATCH] simplify, use pointer to codec context in struct instead of only id Originally committed as revision 13477 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/swf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/swf.h b/libavformat/swf.h index 809e1c59ed..dee69160cf 100644 --- a/libavformat/swf.h +++ b/libavformat/swf.h @@ -75,8 +75,7 @@ typedef struct { int frame_rate; int tag; AVFifoBuffer audio_fifo; - int video_type; - int audio_type; + AVCodecContext *audio_enc, *video_enc; } SWFContext; static const AVCodecTag swf_codec_tags[] = {