Current section
Files
Jump to
Current section
Files
c_src/membrane_element_ffmpeg_h264/decoder.h
#pragma once
#include <erl_nif.h>
#include <libavcodec/avcodec.h>
#include <libavutil/imgutils.h>
#include <libavutil/opt.h>
typedef struct _h264_decoder_state {
AVCodecContext *codec_ctx;
} UnifexNifState;
typedef UnifexNifState State;
#include "_generated/decoder.h"
#define DECODER_SEND_PKT_ERROR -1
#define DECODER_DECODE_ERROR -2