summaryrefslogtreecommitdiff
path: root/libavcodec/vb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vb.c')
-rw-r--r--libavcodec/vb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/vb.c b/libavcodec/vb.c
index 920a0be18e..b448755387 100644
--- a/libavcodec/vb.c
+++ b/libavcodec/vb.c
@@ -277,6 +277,7 @@ AVCodec vb_decoder = {
decode_init,
NULL,
decode_end,
- decode_frame
+ decode_frame,
+ .long_name = "Beam Software VB",
};