#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 |
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",
}
Definition at line 466 of file rmenc.c.