[FFmpeg-cvslog] r13477 - trunk/libavformat/swf.h

bcoudurier subversion
Wed May 28 00:31:27 CEST 2008


Author: bcoudurier
Date: Wed May 28 00:31:26 2008
New Revision: 13477

Log:
simplify, use pointer to codec context in struct instead of only id

Modified:
   trunk/libavformat/swf.h

Modified: trunk/libavformat/swf.h
==============================================================================
--- trunk/libavformat/swf.h	(original)
+++ trunk/libavformat/swf.h	Wed May 28 00:31:26 2008
@@ -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[] = {




More information about the ffmpeg-cvslog mailing list