X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=video_encoder.h;fp=video_encoder.h;h=92f83572006ee8119fb102fb4b92b4d2638164f5;hb=7017a3bd997cbf5d7c327187afecfecd610bf24d;hp=617b51842554b5db5f5325e4c1cfeafff94c591f;hpb=8693cbdedf4c989ccbb1b31fb08e42c7a53c52b1;p=nageru diff --git a/video_encoder.h b/video_encoder.h index 617b518..92f8357 100644 --- a/video_encoder.h +++ b/video_encoder.h @@ -43,7 +43,6 @@ public: private: void open_output_stream(); - void close_output_stream(); static int write_packet_thunk(void *opaque, uint8_t *buf, int buf_size); int write_packet(uint8_t *buf, int buf_size);