diff options
author | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-08 13:59:31 +0200 |
---|---|---|
committer | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-08 13:59:31 +0200 |
commit | 7d2bdc2d4db8321a72edcc921a0fcfa4e4d41ef9 (patch) | |
tree | dcc405ace707c0793d87e411db12030933bece59 /src/gallium/drivers/softpipe | |
parent | bff1ac875c2c62ba5045bb953f800253c49361cb (diff) |
vl: bitstream decoder finds startcodes
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_video_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_video_context.c b/src/gallium/drivers/softpipe/sp_video_context.c index 419ba946b89..a8c1b14428f 100644 --- a/src/gallium/drivers/softpipe/sp_video_context.c +++ b/src/gallium/drivers/softpipe/sp_video_context.c @@ -429,6 +429,7 @@ sp_mpeg12_create(struct pipe_context *pipe, enum pipe_video_profile profile, ctx->base.height = height; ctx->base.screen = pipe->screen; + ctx->base.destroy = sp_mpeg12_destroy; ctx->base.get_param = sp_mpeg12_get_param; ctx->base.is_format_supported = sp_mpeg12_is_format_supported; |