Home
last modified time | relevance | path

Searched refs:FLVStreamContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dflvenc.c123 typedef struct FLVStreamContext { struct
125 } FLVStreamContext; argument
660 FLVStreamContext *sc; in flv_init()
725 sc = av_mallocz(sizeof(FLVStreamContext)); in flv_init()
845 FLVStreamContext *sc = s->streams[i]->priv_data; in flv_write_trailer()
883 FLVStreamContext *sc = s->streams[pkt->stream_index]->priv_data; in flv_write_packet()