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/rpza.c')
-rw-r--r--libavcodec/rpza.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index 8756171f6d..bbb31da8de 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/rpza.c
@@ -283,4 +283,5 @@ AVCodec rpza_decoder = {
rpza_decode_end,
rpza_decode_frame,
CODEC_CAP_DR1,
+ .long_name = "QuickTime video (RPZA)",
};