FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "libavutil/avassert.h"
#include "libavutil/parseutils.h"
#include "avformat.h"
#include "internal.h"
#include "ffm.h"
Go to the source code of this file.
Functions | |
static void | flush_packet (AVFormatContext *s) |
static void | ffm_write_data (AVFormatContext *s, const uint8_t *buf, int size, int64_t dts, int header) |
static void | write_header_chunk (AVIOContext *pb, AVIOContext *dpb, unsigned id) |
static int | ffm_write_header (AVFormatContext *s) |
static int | ffm_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | ffm_write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_ffm_muxer |
|
static |
Definition at line 30 of file ffmenc.c.
Referenced by ffm_write_data(), and ffm_write_trailer().
|
static |
Definition at line 59 of file ffmenc.c.
Referenced by ffm_write_packet().
|
static |
Definition at line 86 of file ffmenc.c.
Referenced by ffm_write_header().
|
static |
|
static |
|
static |
AVOutputFormat ff_ffm_muxer |