summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r--libavcodec/svq3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index e81bfd4f7f..bb2e8ebc26 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -982,4 +982,5 @@ AVCodec svq3_decoder = {
decode_end,
svq3_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_DELAY,
+ .long_name = "Sorenson Vector Quantizer 3",
};