FFmpeg
|
#include "avformat.h"
#include "internal.h"
#include "libavutil/log.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Data Structures | |
struct | SRTContext |
Functions | |
static int | srt_write_header (AVFormatContext *avf) |
static int | srt_write_packet (AVFormatContext *avf, AVPacket *pkt) |
Variables | |
AVOutputFormat | ff_srt_muxer |
|
static |
|
static |
AVOutputFormat ff_srt_muxer |