FFmpeg
|
#include "config.h"
#include "libavutil/fifo.h"
#include "avformat.h"
#include "avio.h"
#include "internal.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 |
Variables | |
const AVCodecTag | ff_swf_codec_tags [] |
#define DUMMY_FILE_SIZE (100 * 1024 * 1024) |
Definition at line 38 of file swf.h.
Referenced by swf_write_header().
#define DUMMY_DURATION 600 /* in seconds */ |
Definition at line 39 of file swf.h.
Referenced by swf_write_header().
#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().
#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 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 SHAPE_ID 1 |
Definition at line 121 of file swf.h.
Referenced by swf_write_header(), and swf_write_video().
anonymous enum |
const AVCodecTag ff_swf_codec_tags[] |
Definition at line 25 of file swf.c.
Referenced by swf_read_packet(), and swf_write_video().