mpegts_input_open_pid: fix the wrong variable assignment

This commit is contained in:
Jaroslav Kysela 2014-11-16 11:04:09 +01:00
parent 6ce9b4d3b1
commit 37bee9eb5e

View file

@ -349,7 +349,7 @@ mpegts_input_open_pid
buf, mp->mp_pid, mp->mp_pid, type, owner);
} else {
free(mps);
mps = NULL;
mp = NULL;
}
}
return mp;