summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-05-27 22:31:26 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-05-27 22:31:26 +0000
commit003ae66086d0d55569194a1d4c570febead35747 (patch)
treee0b84e69f6b41f874c828b5a3a1e47a13fc2ef83 /libavformat/swf.h
parent92f76fbf23bbade7e289654008731ae3491c4172 (diff)
simplify, use pointer to codec context in struct instead of only id
Originally committed as revision 13477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h3
1 files changed, 1 insertions, 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[] = {