From bce7897f633e7c147e03853855aec52231fa147e Mon Sep 17 00:00:00 2001
From: bcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Date: Tue, 27 May 2008 22:31:26 +0000
Subject: [PATCH] simplify, use pointer to codec context in struct instead of
 only id

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13477 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
---
 libavformat/swf.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavformat/swf.h b/libavformat/swf.h
index 809e1c59e..dee69160c 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[] = {
-- 
2.25.4