vo_opengl/vaapi: use IMGFMT_RGB0

More correct, might make things slightly faster (probably
insignificant).
This commit is contained in:
wm4 2013-11-05 22:01:15 +01:00
parent d6de87d1d3
commit 91472b84c2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static int create(struct gl_hwdec *hw)
return -1;
}
hw->info->vaapi_ctx = p->ctx;
hw->converted_imgfmt = IMGFMT_RGBA;
hw->converted_imgfmt = IMGFMT_RGB0;
return 0;
}