Commit 54881bea authored by Jean-Paul Saman's avatar Jean-Paul Saman

Oops forgot to print the chroma.

parent 4ef2e849
...@@ -1905,7 +1905,7 @@ static block_t *Encode( encoder_t *p_enc, subpicture_t *p_subpic ) ...@@ -1905,7 +1905,7 @@ static block_t *Encode( encoder_t *p_enc, subpicture_t *p_subpic )
if( p_region->fmt.i_chroma != VLC_FOURCC('T','E','X','T') && if( p_region->fmt.i_chroma != VLC_FOURCC('T','E','X','T') &&
p_region->fmt.i_chroma != VLC_FOURCC('Y','U','V','P') ) p_region->fmt.i_chroma != VLC_FOURCC('Y','U','V','P') )
{ {
msg_Err( p_enc, "chroma not supported", p_region->fmt.i_chroma ); msg_Err( p_enc, "chroma %4s not supported", p_region->fmt.i_chroma );
return NULL; return NULL;
} }
......
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