diff --git a/libavcodec/asv1.c b/libavcodec/asv1.c index 0e80a610e4..bed7e75f54 100644 --- a/libavcodec/asv1.c +++ b/libavcodec/asv1.c @@ -615,6 +615,7 @@ AVCodec asv1_decoder = { decode_end, decode_frame, CODEC_CAP_DR1, + .long_name= "ASUS V1", }; AVCodec asv2_decoder = { @@ -627,6 +628,7 @@ AVCodec asv2_decoder = { decode_end, decode_frame, CODEC_CAP_DR1, + .long_name= "ASUS V2", }; #ifdef CONFIG_ENCODERS