Mercurial > mplayer.hg
changeset 20096:cd4649fd1f26
Useless initialization, they will be always set for result != 0
and for result == 0 they make no sense
author | reimar |
---|---|
date | Sun, 08 Oct 2006 09:05:27 +0000 |
parents | 2dfed9ef9976 |
children | 7a82d0a0d526 |
files | vobsub.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/vobsub.c Sat Oct 07 16:43:39 2006 +0000 +++ b/vobsub.c Sun Oct 08 09:05:27 2006 +0000 @@ -1353,9 +1353,6 @@ filename = malloc(strlen(basename) + 5); if (filename) { result = malloc(sizeof(vobsub_out_t)); - result->fsub = NULL; - result->fidx = NULL; - result->aid = 0; if (result) { result->aid = index; strcpy(filename, basename);