|
|
|
@ -852,6 +852,10 @@ exit: |
|
|
|
fmt.i_height = |
|
|
|
fmt.i_visible_height = p_fmt_src->i_height; |
|
|
|
fmt.i_x_offset = fmt.i_y_offset = 0; |
|
|
|
fmt.transfer = TRANSFER_FUNC_SRGB; |
|
|
|
fmt.primaries = COLOR_PRIMARIES_SRGB; |
|
|
|
fmt.space = COLOR_SPACE_SRGB; |
|
|
|
fmt.color_range = COLOR_RANGE_FULL; |
|
|
|
|
|
|
|
subpicture_region_t *p_r = subpicture_region_New( &fmt ); |
|
|
|
if( !p_r ) |
|
|
|
|