[MPlayer-cvslog] r35365 - trunk/stream/tv.c
reimar
subversion at mplayerhq.hu
Tue Nov 6 22:49:35 CET 2012
Author: reimar
Date: Tue Nov 6 22:49:35 2012
New Revision: 35365
Log:
Make array "static const".
Modified:
trunk/stream/tv.c
Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c Tue Nov 6 22:48:43 2012 (r35364)
+++ trunk/stream/tv.c Tue Nov 6 22:49:35 2012 (r35365)
@@ -420,7 +420,7 @@ static int open_tv(tvi_handle_t *tvh)
{
int i;
const tvi_functions_t *funcs = tvh->functions;
- int tv_fmt_list[] = {
+ static const int tv_fmt_list[] = {
IMGFMT_YV12,
IMGFMT_I420,
IMGFMT_UYVY,
More information about the MPlayer-cvslog
mailing list