From 0cf0c5bfa848e6d02ecbcb1c87c061c39a5a6e0b Mon Sep 17 00:00:00 2001
From: Baptiste Coudurier <baptiste.coudurier@gmail.com>
Date: Fri, 5 Jun 2009 08:21:54 +0000
Subject: [PATCH] dxa decoder uses get_buffer, set CODEC_CAP_DR1

Originally committed as revision 19096 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/dxa.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c
index 5339580c02c..69aed3c89e2 100644
--- a/libavcodec/dxa.c
+++ b/libavcodec/dxa.c
@@ -330,6 +330,7 @@ AVCodec dxa_decoder = {
     NULL,
     decode_end,
     decode_frame,
+    CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("Feeble Files/ScummVM DXA"),
 };
 
-- 
GitLab