Mercurial > mplayer.hg
comparison libvo/vo_ivtv.c @ 25220:c9e9ac2008c2
Mark the vo_functions_t definitions as const where possible.
This is not possible for xover and anything supporting vidix
due to horrible hacks.
author | reimar |
---|---|
date | Sun, 02 Dec 2007 14:39:15 +0000 |
parents | 3aee342be929 |
children | 2a34d9fa52ab |
comparison
equal
deleted
inserted
replaced
25219:e82ecde2cbd4 | 25220:c9e9ac2008c2 |
---|---|
67 "IVTV MPEG Video Decoder TV-Out", | 67 "IVTV MPEG Video Decoder TV-Out", |
68 "ivtv", | 68 "ivtv", |
69 "Benjamin Zores", | 69 "Benjamin Zores", |
70 "" | 70 "" |
71 }; | 71 }; |
72 LIBVO_EXTERN (ivtv) | 72 const LIBVO_EXTERN (ivtv) |
73 | 73 |
74 /* ivtv internals */ | 74 /* ivtv internals */ |
75 | 75 |
76 static uint32_t | 76 static uint32_t |
77 ivtv_reset (int blank_screen) | 77 ivtv_reset (int blank_screen) |