summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r--libavcodec/vc1.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index 7621acb751..c4cac00532 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -4136,7 +4136,8 @@ AVCodec vc1_decoder = {
vc1_decode_end,
vc1_decode_frame,
CODEC_CAP_DELAY,
- NULL
+ NULL,
+ .long_name = "SMPTE VC-1",
};
AVCodec wmv3_decoder = {
@@ -4149,5 +4150,6 @@ AVCodec wmv3_decoder = {
vc1_decode_end,
vc1_decode_frame,
CODEC_CAP_DELAY,
- NULL
+ NULL,
+ .long_name = "Windows Media Video 9",
};