From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/cpia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg/libavcodec/cpia.c') diff --git a/ffmpeg/libavcodec/cpia.c b/ffmpeg/libavcodec/cpia.c index 4f83503..44226fb 100644 --- a/ffmpeg/libavcodec/cpia.c +++ b/ffmpeg/libavcodec/cpia.c @@ -222,6 +222,7 @@ static av_cold int cpia_decode_end(AVCodecContext *avctx) AVCodec ff_cpia_decoder = { .name = "cpia", + .long_name = NULL_IF_CONFIG_SMALL("CPiA video format"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_CPIA, .priv_data_size = sizeof(CpiaContext), @@ -229,5 +230,4 @@ AVCodec ff_cpia_decoder = { .close = cpia_decode_end, .decode = cpia_decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("CPiA video format"), }; -- cgit v1.2.3