Commit 85cd1eb1 authored by Paul B Mahol's avatar Paul B Mahol Committed by Michael Niedermayer

add missing long_name for amv and dca encoder

Reviewed-by: Carl Eugen Hoyos
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4ac862f4
......@@ -583,4 +583,5 @@ AVCodec ff_dca_encoder = {
.encode = encode_frame,
.capabilities = CODEC_CAP_EXPERIMENTAL,
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE},
.long_name = NULL_IF_CONFIG_SMALL("DCA (DTS Coherent Acoustics)"),
};
......@@ -491,4 +491,5 @@ AVCodec ff_amv_encoder = {
.encode = amv_encode_picture,
.close = MPV_encode_end,
.pix_fmts= (enum PixelFormat[]){PIX_FMT_YUVJ420P, PIX_FMT_YUVJ422P, -1},
.long_name = NULL_IF_CONFIG_SMALL("AMV Video"),
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment