Which YUV->RGB Conversion is implemented in SDL?

Finally I figured out how to make the Color Conversion
using
SDL_DisplayYUVOverlay
and a 32 bit Surface.
My application is now three times faster.

Now I was wondering which
Color-Conversion Matrix is used?
(601 / 709 / 240)

Has anyone an idea?

Thanks,

Joe