This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
simplify, use pointer to codec context in struct instead of only id
Originally committed as revision 13477 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier
17 years ago
parent
92f76fbf23
commit
003ae66086
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libavformat/swf.h
+ 1
- 2
libavformat/swf.h
View File
@@ -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[] = {
Write
Preview
Loading…
Cancel
Save