⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
vdr-plugin-osdpip
All Projects
vdr-plugin-osdpip
+
New issue
Overview
Activity
Roadmap
Issues
Spent time
Gantt
Calendar
News
Wiki
Files
Repository
Download (453 Bytes)
Bug #2420
» patch-decoder.c
woodsb02
, 06/11/2016 11:23 AM
---
decoder
.
c
.
orig
2012
-
02
-
12
12
:
24
:
00
UTC
+++
decoder
.
c
@@
-
55
,
13
+
55
,
13
@@
int
cDecoder
::
Close
()
{
#ifndef USE_SWSCALE
delete
[]
m_BufferConvert
;
-
free
(
m_PicConvert
);
+
av_free
(
m_PicConvert
);
#endif
delete
[]
m_BufferResample
;
-
free
(
m_PicResample
);
+
av_free
(
m_PicResample
);
avcodec_close
(
m_Context
);
-
free
(
m_Context
);
-
free
(
m_PicDecoded
);
+
av_free
(
m_Context
);
+
av_free
(
m_PicDecoded
);
return
0
;
}
« Previous
1
2
Next »
(1-1/2)
Loading...