summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.c b/stream/tv.c
index dac10feb46..d26111963f 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -207,7 +207,7 @@ static int demux_tv_fill_buffer(demuxer_t *demux, demux_stream_t *ds)
static int norm_from_string(tvi_handle_t *tvh, char* norm)
{
tvi_functions_t *funcs = tvh->functions;
- char str[8];
+ char str[20];
int ret;
strncpy(str, norm, sizeof(str)-1);