summaryrefslogtreecommitdiff
path: root/libavcodec/vb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vb.c')
-rw-r--r--libavcodec/vb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vb.c b/libavcodec/vb.c
index 39e14a008d..13f965ddbe 100644
--- a/libavcodec/vb.c
+++ b/libavcodec/vb.c
@@ -275,4 +275,5 @@ AVCodec ff_vb_decoder = {
.close = decode_end,
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("Beam Software VB"),
+ .capabilities = CODEC_CAP_DR1,
};