Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dicecast.c31 typedef struct IcecastContext { struct
47 } IcecastContext; argument
53 #define OFFSET(x) offsetof(IcecastContext, x)
79 IcecastContext *s = h->priv_data; in icecast_close()
86 IcecastContext *s = h->priv_data; in icecast_open()
183 IcecastContext *s = h->priv_data; in icecast_write()
220 .priv_data_size = sizeof(IcecastContext),