Blame SOURCES/vl_mpeg12_decoder.c

642c2b
#include "vl_mpeg12_decoder.h"
642c2b
struct pipe_video_codec *
642c2b
vl_create_mpeg12_decoder(struct pipe_context *context,
642c2b
                         const struct pipe_video_codec *templat)
642c2b
{
642c2b
    return NULL;
642c2b
}