namespace Ryujinx.Graphics.Nvdec.FFmpeg.Native
{
    enum AVCodecID
    {
        AV_CODEC_ID_H264 = 27,
        AV_CODEC_ID_VP8 = 139,
    }
}