Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dicecast.c187 static const uint8_t oggs[4] = { 0x4F, 0x67, 0x67, 0x53 }; in icecast_write() local
190 if (memcmp(buf, oggs, sizeof(oggs)) == 0) { in icecast_write()