Commit c0d974b0 authored by bellard's avatar bellard

changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1432 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 091642a4
......@@ -403,7 +403,7 @@ s->bgr32=1;
case 24:
case 32:
if(s->bgr32){
avctx->pix_fmt = PIX_FMT_BGRA32;
avctx->pix_fmt = PIX_FMT_RGBA32;
}else{
avctx->pix_fmt = PIX_FMT_BGR24;
}
......
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