Searched refs:cat_header (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | icecast.c | 71 static void cat_header(AVBPrint *bp, const char key[], const char value[]) in cat_header() function 103 cat_header(&bp, "Ice-Name", s->name); in icecast_open() 104 cat_header(&bp, "Ice-Description", s->description); in icecast_open() 105 cat_header(&bp, "Ice-URL", s->url); in icecast_open() 106 cat_header(&bp, "Ice-Genre", s->genre); in icecast_open() 107 cat_header(&bp, "Ice-Public", s->public ? "1" : "0"); in icecast_open()
|