]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/img2.c
Add an additional AAC TwoCC.
[ffmpeg] / libavformat / img2.c
index ed4b39afe0d8f0613e7e2a8068b7721258e02d24..3867477dea06ca784b2c65ad382635a3ccb92c76 100644 (file)
@@ -74,6 +74,7 @@ static const IdStrMap img_tags[] = {
     { AV_CODEC_ID_PICTOR    , "pic"},
     { AV_CODEC_ID_V210X     , "yuv10"},
     { AV_CODEC_ID_XBM       , "xbm"},
+    { AV_CODEC_ID_XFACE     , "xface"},
     { AV_CODEC_ID_XWD       , "xwd"},
     { AV_CODEC_ID_NONE      , NULL}
 };