Mercurial > mplayer.hg
comparison libmpdemux/tv.h @ 18032:de6740c3ab2a
10l: huge amount of constant crap in data segment
author | rfelker |
---|---|
date | Mon, 03 Apr 2006 06:38:55 +0000 |
parents | 6ff3379a0862 |
children | 90b62d7c0fca |
comparison
equal
deleted
inserted
replaced
18031:6cf40de0bd39 | 18032:de6740c3ab2a |
---|---|
80 int seq; | 80 int seq; |
81 | 81 |
82 /* specific */ | 82 /* specific */ |
83 int norm; | 83 int norm; |
84 int chanlist; | 84 int chanlist; |
85 struct CHANLIST *chanlist_s; | 85 const struct CHANLIST *chanlist_s; |
86 int channel; | 86 int channel; |
87 } tvi_handle_t; | 87 } tvi_handle_t; |
88 | 88 |
89 typedef struct tv_channels_s { | 89 typedef struct tv_channels_s { |
90 int index; | 90 int index; |