blob: 214be411e2cf9181cebdb7bcd6560df3c7bc5cb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: ZoneMinder-1.23.1/src/zm_mpeg.cpp
===================================================================
--- ZoneMinder-1.23.1.orig/src/zm_mpeg.cpp
+++ ZoneMinder-1.23.1/src/zm_mpeg.cpp
@@ -278,7 +278,7 @@ VideoStream::~VideoStream()
{
/* close the output file */
#if ZM_FFMPEG_SVN
- url_fclose(ofc->pb);
+ url_fclose(&ofc->pb);
#else
url_fclose(&ofc->pb);
#endif
|