Revision 0941ee0f libavcodec/rawdec.c
libavcodec/rawdec.c | ||
---|---|---|
74 | 74 |
|
75 | 75 |
if (avctx->codec_tag == MKTAG('r','a','w',' ')) |
76 | 76 |
avctx->pix_fmt = findPixelFormat(pixelFormatBpsMOV, avctx->bits_per_coded_sample); |
77 |
else if (avctx->codec_tag == MKTAG('A', 'V', 'R', 'n')) |
|
78 |
avctx->pix_fmt = PIX_FMT_UYVY422; // Avid AVI Codec "Resolution 1:1" |
|
77 | 79 |
else if (avctx->codec_tag) |
78 | 80 |
avctx->pix_fmt = findPixelFormat(ff_raw_pixelFormatTags, avctx->codec_tag); |
79 | 81 |
else if (avctx->bits_per_coded_sample) |
Also available in: Unified diff