Current section

Files

Jump to
membrane_h264_ffmpeg_plugin c_src membrane_h264_ffmpeg_plugin decoder.h
Raw

c_src/membrane_h264_ffmpeg_plugin/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;
} State;
#include "_generated/decoder.h"
#define DECODER_SEND_PKT_ERROR -1
#define DECODER_DECODE_ERROR -2