| FFmpeg
    | 
#include "config.h"#include "libavutil/fifo.h"#include "avformat.h"#include "avio.h"#include "internal.h"#include <assert.h>

Go to the source code of this file.
| Data Structures | |
| struct | SWFContext | 
| Macros | |
| #define | DUMMY_FILE_SIZE (100 * 1024 * 1024) | 
| #define | DUMMY_DURATION 600 /* in seconds */ | 
| #define | TAG_LONG 0x100 | 
| #define | FLAG_MOVETO 0x01 | 
| #define | FLAG_SETFILL0 0x02 | 
| #define | FLAG_SETFILL1 0x04 | 
| #define | AUDIO_FIFO_SIZE 65536 | 
| #define | BITMAP_ID 0 | 
| #define | VIDEO_ID 0 | 
| #define | SHAPE_ID 1 | 
| Typedefs | |
| typedef struct SWFContext | SWFContext | 
| Variables | |
| const AVCodecTag | ff_swf_codec_tags [] | 
Macro Definition Documentation
| #define AUDIO_FIFO_SIZE 65536 | 
Definition at line 116 of file swf.h.
Referenced by swf_write_audio(), and swf_write_header().
| #define BITMAP_ID 0 | 
Definition at line 119 of file swf.h.
Referenced by swf_write_header(), and swf_write_video().
| #define DUMMY_DURATION 600 /* in seconds */ | 
Definition at line 39 of file swf.h.
Referenced by swf_write_header().
| #define DUMMY_FILE_SIZE (100 * 1024 * 1024) | 
Definition at line 38 of file swf.h.
Referenced by swf_write_header().
| #define FLAG_MOVETO 0x01 | 
Definition at line 112 of file swf.h.
Referenced by swf_write_header().
| #define FLAG_SETFILL0 0x02 | 
Definition at line 113 of file swf.h.
Referenced by swf_write_header().
| #define SHAPE_ID 1 | 
Definition at line 121 of file swf.h.
Referenced by swf_write_header(), and swf_write_video().
| #define TAG_LONG 0x100 | 
Definition at line 109 of file swf.h.
Referenced by put_swf_end_tag(), put_swf_tag(), and swf_write_video().
Typedef Documentation
| typedef struct SWFContext SWFContext | 
Enumeration Type Documentation
| anonymous enum | 
Variable Documentation
| const AVCodecTag ff_swf_codec_tags[] | 
Definition at line 25 of file swf.c.
Referenced by swf_read_packet(), and swf_write_video().
Generated by
 1.8.11
 1.8.11