diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-20 01:15:25 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-26 23:25:02 +0100 |
commit | e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b (patch) | |
tree | fdd640cc95197b8b9c8ede6e80e48894c30167f8 /libavcodec/codec_desc.c | |
parent | 3b5946bccef6cd219f01d22e542ca5c6de68a7be (diff) | |
download | ffmpeg-e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b.tar.gz |
Alias PIX image encoder and decoder
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 2ad53268b2..0ecfdb21fa 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1095,6 +1095,13 @@ static const AVCodecDescriptor codec_descriptors[] = { /* image codecs */ { + .id = AV_CODEC_ID_ALIAS_PIX, + .type = AVMEDIA_TYPE_VIDEO, + .name = "alias_pix", + .long_name = NULL_IF_CONFIG_SMALL("Alias/Wavefront PIX image"), + .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS, + }, + { .id = AV_CODEC_ID_ANSI, .type = AVMEDIA_TYPE_VIDEO, .name = "ansi", |