#include "avformat.h"
#include "internal.h"
#include "riff.h"
#include "rso.h"
 
Go to the source code of this file.
Initial value:= {
    .name           =   "rso",
    .extensions     =   "rso",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int rso_write_header(AVFormatContext *s)
 
static int rso_write_packet(AVFormatContext *s, AVPacket *pkt)
 
const AVCodecTag ff_codec_rso_tags[]
 
static int rso_write_trailer(AVFormatContext *s)
 
 
Definition at line 101 of file rsoenc.c.