comparison stream/tvi_v4l2.c @ 25689:7d5823bd4517

Make all tvi_info_t const
author reimar
date Sun, 13 Jan 2008 12:01:57 +0000
parents 1635b2b31bdd
children afa125da85cf
comparison
equal deleted inserted replaced
25688:cd4af70b12ef 25689:7d5823bd4517
47 #include "audio_in.h" 47 #include "audio_in.h"
48 48
49 #define info tvi_info_v4l2 49 #define info tvi_info_v4l2
50 static tvi_handle_t *tvi_init_v4l2(tv_param_t* tv_param); 50 static tvi_handle_t *tvi_init_v4l2(tv_param_t* tv_param);
51 /* information about this file */ 51 /* information about this file */
52 tvi_info_t tvi_info_v4l2 = { 52 const tvi_info_t tvi_info_v4l2 = {
53 tvi_init_v4l2, 53 tvi_init_v4l2,
54 "Video 4 Linux 2 input", 54 "Video 4 Linux 2 input",
55 "v4l2", 55 "v4l2",
56 "Martin Olschewski <olschewski@zpr.uni-koeln.de>", 56 "Martin Olschewski <olschewski@zpr.uni-koeln.de>",
57 "first try, more to come ;-)" 57 "first try, more to come ;-)"