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/cyuv.c')
-rw-r--r--libavcodec/cyuv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/cyuv.c b/libavcodec/cyuv.c
index 53f44bb9c3..26bf7550db 100644
--- a/libavcodec/cyuv.c
+++ b/libavcodec/cyuv.c
@@ -180,6 +180,7 @@ AVCodec cyuv_decoder = {
cyuv_decode_end,
cyuv_decode_frame,
CODEC_CAP_DR1,
- NULL
+ NULL,
+ .long_name = "Creative YUV (CYUV)",
};