fix possible segfault, thx DboxOldie

-arm eplayer get writer segfault
This commit is contained in:
Frankenstone
2019-02-16 15:29:54 +01:00
committed by Thilo Graf
parent 519afb1035
commit 7559f1ab54

View File

@@ -120,6 +120,5 @@ struct Writer_s WriterVideoMJPEG =
{ {
&reset, &reset,
&writeData, &writeData,
NULL,
&caps &caps
}; };