]> git.sesse.net Git - vlc/blobdiff - modules/codec/cc.c
Missing const.
[vlc] / modules / codec / cc.c
index 59614a161707ed0fc6e4d332035efa9f63329242..cb1dc4b5e0aa0463ea48fdf743763b917af54448 100644 (file)
@@ -603,7 +603,7 @@ static void Eia608RollUp( eia608_t *h )
     /* Reset current row */
     Eia608ClearScreenRow( h, i_screen, h->cursor.i_row );
 }
-static void Eia608ParseChannel( eia608_t *h, uint8_t d[2] )
+static void Eia608ParseChannel( eia608_t *h, const uint8_t d[2] )
 {
     /* Check odd parity */
     static const int p4[16] = {