mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
vl: ...
This commit is contained in:
parent
cac5e60fd3
commit
63b1525cf0
1 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue