Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avs.c')
-rw-r--r--libavcodec/avs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avs.c b/libavcodec/avs.c
index b2c3e49422..79bfeb1e44 100644
--- a/libavcodec/avs.c
+++ b/libavcodec/avs.c
@@ -158,4 +158,5 @@ AVCodec avs_decoder = {
NULL,
avs_decode_frame,
CODEC_CAP_DR1,
+ .long_name = "AVS (Audio Video Standard) video",
};