began custom pix fmt converter

This commit is contained in:
itsmattkc
2019-05-23 02:22:45 +10:00
parent a82e5ccbce
commit d76ac6ff38
22 changed files with 472 additions and 77 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
#include "decoder.h"
Decoder::Decoder()
Decoder::Decoder() :
open_(false)
{
}
Decoder::~Decoder()
{
}