This commit is contained in:
Thomas Balling Sørensen 2010-10-05 11:06:02 +02:00
parent cac5e60fd3
commit 63b1525cf0

View file

@ -30,13 +30,15 @@
void
vlVdpBitstreamToMacroblock (
struct pipe_screen *screen,
VdpBitstreamBuffer const *bitstream_buffers,
unsigned int *num_macroblocks,
struct pipe_mpeg12_macroblock **pipe_macroblocks)
VdpBitstreamBuffer const *bitstream_buffers,
unsigned int *num_macroblocks,
struct pipe_mpeg12_macroblock **pipe_macroblocks)
{
debug_printf("[VDPAU] BitstreamToMacroblock not implemented yet");
assert(0);
return;
}