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 /libavformat/img2.c | |
parent | 3b5946bccef6cd219f01d22e542ca5c6de68a7be (diff) | |
download | ffmpeg-e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b.tar.gz |
Alias PIX image encoder and decoder
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index ed592815a5..9cec45a03a 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -43,6 +43,7 @@ static const IdStrMap img_tags[] = { { AV_CODEC_ID_PGMYUV, "pgmyuv" }, { AV_CODEC_ID_PBM, "pbm" }, { AV_CODEC_ID_PAM, "pam" }, + { AV_CODEC_ID_ALIAS_PIX, "pix" }, { AV_CODEC_ID_MPEG1VIDEO, "mpg1-img" }, { AV_CODEC_ID_MPEG2VIDEO, "mpg2-img" }, { AV_CODEC_ID_MPEG4, "mpg4-img" }, |