#include "avformat.h"
#include "avio_internal.h"
#include "rm.h"
#include "libavutil/dict.h"
Go to the source code of this file.
|
static void | put_str (AVIOContext *s, const char *tag) |
|
static void | put_str8 (AVIOContext *s, const char *tag) |
|
static int | rv10_write_header (AVFormatContext *ctx, int data_size, int index_pos) |
|
static void | write_packet_header (AVFormatContext *ctx, StreamInfo *stream, int length, int key_frame) |
|
static int | rm_write_header (AVFormatContext *s) |
|
static int | rm_write_audio (AVFormatContext *s, const uint8_t *buf, int size, int flags) |
|
static int | rm_write_video (AVFormatContext *s, const uint8_t *buf, int size, int flags) |
|
static int | rm_write_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int | rm_write_trailer (AVFormatContext *s) |
|
#define BUFFER_DURATION 0 |
#define MAX_HEADER_SIZE (7 + 4 + 12) |
static int rv10_write_header |
( |
AVFormatContext * |
ctx, |
|
|
int |
data_size, |
|
|
int |
index_pos |
|
) |
| |
|
static |
Initial value:= {
.name = "rm",
.mime_type = "application/vnd.rn-realmedia",
.extensions = "rm,ra",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int write_trailer(AVFormatContext *s1)
static int rm_write_header(AVFormatContext *s)
static int rm_write_packet(AVFormatContext *s, AVPacket *pkt)
const AVCodecTag ff_rm_codec_tags[]
static int rm_write_trailer(AVFormatContext *s)
static void write_header(FFV1Context *f)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 474 of file rmenc.c.