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/8bps.c')
-rw-r--r--libavcodec/8bps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c
index 57c4ec1939..dc63dae58f 100644
--- a/libavcodec/8bps.c
+++ b/libavcodec/8bps.c
@@ -230,4 +230,5 @@ AVCodec eightbps_decoder = {
decode_end,
decode_frame,
CODEC_CAP_DR1,
+ .long_name = "QuickTime 8BPS video",
};