OSDN Git Service

vl: ...
authorThomas Balling Sørensen <tball@tball-laptop.(none)>
Tue, 5 Oct 2010 09:06:02 +0000 (11:06 +0200)
committerThomas Balling Sørensen <tball@tball-laptop.(none)>
Tue, 5 Oct 2010 09:06:02 +0000 (11:06 +0200)
src/gallium/state_trackers/vdpau/mpeg2_bitstream_parser.c

index c6d5846..3901966 100644 (file)
 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;
 }