summaryrefslogtreecommitdiffstats
path: root/libavcodec/sp5xdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sp5xdec.c')
-rw-r--r--libavcodec/sp5xdec.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/sp5xdec.c b/libavcodec/sp5xdec.c
index 25d2248..0e4df95 100644
--- a/libavcodec/sp5xdec.c
+++ b/libavcodec/sp5xdec.c
@@ -198,7 +198,8 @@ AVCodec sp5x_decoder = {
ff_mjpeg_decode_end,
sp5x_decode_frame,
CODEC_CAP_DR1,
- NULL
+ NULL,
+ .long_name = "Sunplus JPEG (SP5X)"
};
AVCodec amv_decoder = {
@@ -209,5 +210,6 @@ AVCodec amv_decoder = {
ff_mjpeg_decode_init,
NULL,
ff_mjpeg_decode_end,
- sp5x_decode_frame
+ sp5x_decode_frame,
+ .long_name = "AMV Video",
};
OpenPOWER on IntegriCloud