libeplayer3/writer: remove constructors/destructors from writer class

This commit is contained in:
martii
2014-04-26 14:57:22 +02:00
parent 35ff3bb69c
commit 32e8bd8252
5 changed files with 4 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ WriterWMV::WriterWMV()
Register(this, AV_CODEC_ID_WMV1, VIDEO_ENCODING_WMV);
Register(this, AV_CODEC_ID_WMV2, VIDEO_ENCODING_WMV);
Register(this, AV_CODEC_ID_WMV3, VIDEO_ENCODING_WMV);
Init();
}
static WriterWMV writer_wmv __attribute__ ((init_priority (300)));