summaryrefslogtreecommitdiffstats
path: root/video/decode/vdpau.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/vdpau.c')
-rw-r--r--video/decode/vdpau.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/decode/vdpau.c b/video/decode/vdpau.c
index 756c8e4d8e..076dbb9da8 100644
--- a/video/decode/vdpau.c
+++ b/video/decode/vdpau.c
@@ -194,9 +194,6 @@ static void uninit(struct lavc_ctx *ctx)
if (p->context.decoder != VDP_INVALID_HANDLE)
p->vdp->decoder_destroy(p->context.decoder);
- // Free bitstream buffers allocated by libavcodec
- av_freep(&p->context.bitstream_buffers);
-
talloc_free(p);
ctx->hwdec_priv = NULL;