cat_header 101 libavformat/icecast.c cat_header(&bp, "Ice-Name", s->name); cat_header 102 libavformat/icecast.c cat_header(&bp, "Ice-Description", s->description); cat_header 103 libavformat/icecast.c cat_header(&bp, "Ice-URL", s->url); cat_header 104 libavformat/icecast.c cat_header(&bp, "Ice-Genre", s->genre); cat_header 105 libavformat/icecast.c cat_header(&bp, "Ice-Public", s->public ? "1" : "0");