summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/softhddev.c b/softhddev.c
index 3d6f021..ef4064c 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -2033,6 +2033,7 @@ int PlayVideo3(VideoStream * stream, const uint8_t * data, int size)
stream->NewStream = 0;
}
// must be a PES start code
+ // FIXME: Valgrind-3.8.1 has a problem with this code
if (size < 9 || !data || data[0] || data[1] || data[2] != 0x01) {
Error(_("[softhddev] invalid PES video packet\n"));
return size;