diff options
Diffstat (limited to 'ffmpeg/libavcodec/cscd.c')
| -rw-r--r-- | ffmpeg/libavcodec/cscd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/cscd.c b/ffmpeg/libavcodec/cscd.c index 0a5fa69..e875dd7 100644 --- a/ffmpeg/libavcodec/cscd.c +++ b/ffmpeg/libavcodec/cscd.c @@ -159,6 +159,7 @@ static av_cold int decode_end(AVCodecContext *avctx) { AVCodec ff_cscd_decoder = { .name = "camstudio", + .long_name = NULL_IF_CONFIG_SMALL("CamStudio"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_CSCD, .priv_data_size = sizeof(CamStudioContext), @@ -166,5 +167,4 @@ AVCodec ff_cscd_decoder = { .close = decode_end, .decode = decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("CamStudio"), }; |
