Current section
Files
Jump to
Current section
Files
c_src/membrane_vpx_plugin/vpx_decoder.h
#pragma once
#include "vpx/vp8dx.h"
#include "vpx/vpx_decoder.h"
#include "vpx_common.h"
#include <erl_nif.h>
typedef struct State {
vpx_codec_ctx_t codec_context;
vpx_codec_iface_t *codec_interface;
} State;
#include "_generated/vpx_decoder.h"