mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3/writer: remove constructors/destructors from writer class
This commit is contained in:
@@ -48,8 +48,5 @@ class Writer
|
||||
|
||||
virtual void Init(void) { }
|
||||
virtual bool Write(int fd, AVFormatContext *avfc, AVStream *stream, AVPacket *packet, int64_t pts);
|
||||
|
||||
Writer() { Init (); }
|
||||
~Writer() {}
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user