mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
vl: Renamed function to appropriate name.
This commit is contained in:
parent
a90bdd09b6
commit
8291db1cdb
1 changed files with 2 additions and 2 deletions
|
|
@ -166,7 +166,7 @@ vlVdpCreateSurfaceTarget (vlVdpDecoder *vldecoder,
|
|||
}
|
||||
|
||||
static void
|
||||
vlVdpMacroBlocksToPipe(struct pipe_screen *screen,
|
||||
vlVdpBitstreamToMacroblocks(struct pipe_screen *screen,
|
||||
VdpBitstreamBuffer const *bitstream_buffers,
|
||||
unsigned int num_macroblocks,
|
||||
struct pipe_mpeg12_macroblock *pipe_macroblocks)
|
||||
|
|
@ -221,7 +221,7 @@ vlVdpDecoderRenderMpeg2 (vlVdpDecoder *vldecoder,
|
|||
num_macroblocks = bitstream_buffer_count;
|
||||
struct pipe_mpeg12_macroblock pipe_macroblocks[num_macroblocks];
|
||||
|
||||
vlVdpMacroBlocksToPipe(vpipe->screen, bitstream_buffers,
|
||||
vlVdpBitstreamToMacroblocks(vpipe->screen, bitstream_buffers,
|
||||
num_macroblocks, pipe_macroblocks);
|
||||
|
||||
vpipe->set_decode_target(vpipe,t_surf);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue