Render a RGB packed image with VDPAU

How should one go about rendering a RGB packed (RGBRGBRGB) image without Alpha components with VDPAU? It looks like the API only allows for RGBA forms or YUV forms.

Thanks.