]> git.sesse.net Git - vlc/commitdiff
Oops forgot to print the chroma.
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 4 Sep 2007 13:13:27 +0000 (13:13 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 4 Sep 2007 13:13:27 +0000 (13:13 +0000)
modules/codec/dvbsub.c

index 6d761fecd466afc051cba739c4c00e4b9880b118..ec5bb588aa8fc82348cb8433976e68068b177c54 100644 (file)
@@ -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') &&
         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;
     }