Commit f7fc56d5 authored by michael's avatar michael

Correct a forgotten RGB32.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20791 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a56b4d9a
......@@ -56,7 +56,7 @@ static int encode_picture_lossless(AVCodecContext *avctx, unsigned char *buf, in
s->header_bits= put_bits_count(&s->pb);
if(avctx->pix_fmt == PIX_FMT_RGB32){
if(avctx->pix_fmt == PIX_FMT_BGRA){
int x, y, i;
const int linesize= p->linesize[0];
uint16_t (*buffer)[4]= (void *) s->rd_scratchpad;
......
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