shithub: openh264

Download patch

ref: 68e92f9eb6886dae98c131390c6a37ad22b8096c
parent: 5c67f368c3397b7ccfce7a7ecea49c42d5705b29
parent: 8eafdfa5985cf284eaa19ed064e556f432702335
author: Ethan Hugg <ethanhugg@gmail.com>
date: Tue Sep 16 04:36:22 EDT 2014

Merge pull request #1358 from mstorsjo/remove-unused-macro

Remove an unused macro

--- a/codec/encoder/core/src/wels_preprocess.cpp
+++ b/codec/encoder/core/src/wels_preprocess.cpp
@@ -38,7 +38,6 @@
 
 namespace WelsEnc {
 
-#define WelsSafeDelete(p) if(p){ delete (p); (p) = NULL; }
 
 
 //***** entry API declaration ************************************************************************//