# HG changeset patch # User bcoudurier # Date 1211927486 0 # Node ID c202c3486e4906d9edb2792d8010d987ea65bcc3 # Parent b3827117c7867699a7087c9d6f5388a878d516ad simplify, use pointer to codec context in struct instead of only id diff -r b3827117c786 -r c202c3486e49 swf.h --- a/swf.h Tue May 27 22:31:09 2008 +0000 +++ b/swf.h Tue May 27 22:31:26 2008 +0000 @@ -75,8 +75,7 @@ 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[] = {