X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=httpd.h;h=d546feec22180ab4c9bf7fe10be417d9f7b6dff5;hb=ab30e757e8a5f39acae77e833e168d732ae37073;hp=6c746c085d929840925db5cea1240656db1df2ad;hpb=d7bba4abb3d56893399578f0540b9ded0a28380f;p=nageru diff --git a/httpd.h b/httpd.h index 6c746c0..d546fee 100644 --- a/httpd.h +++ b/httpd.h @@ -70,7 +70,6 @@ private: static int write_packet_thunk(void *opaque, uint8_t *buf, int buf_size); int write_packet(uint8_t *buf, int buf_size); - AVIOContext *avio; std::unique_ptr mux; std::mutex buffer_mutex;