[MPlayer-cvslog] r37705 - trunk/stream/tv.c

reimar subversion at mplayerhq.hu
Sat Feb 13 18:03:23 CET 2016


Author: reimar
Date: Sat Feb 13 18:03:23 2016
New Revision: 37705

Log:
stream/tv: add missing const to demuxer struct.

Modified:
   trunk/stream/tv.c

Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c	Sat Feb 13 17:54:23 2016	(r37704)
+++ trunk/stream/tv.c	Sat Feb 13 18:03:23 2016	(r37705)
@@ -1140,7 +1140,7 @@ int tv_step_chanlist(tvi_handle_t *tvh)
     return 1;
 }
 
-demuxer_desc_t demuxer_desc_tv = {
+const demuxer_desc_t demuxer_desc_tv = {
   "Tv card demuxer",
   "tv",
   "TV",


More information about the MPlayer-cvslog mailing list