shithub: openh264

Download patch

ref: c196fd1ef0f039da5f832cf44667685521e8d728
parent: f8b84b642d453e77699ba452d305424fc066d341
author: Martin Storsjö <martin@martin.st>
date: Tue Jan 21 10:37:50 EST 2014

Remove unused typedefs

--- a/codec/console/dec/src/h264dec.cpp
+++ b/codec/console/dec/src/h264dec.cpp
@@ -50,9 +50,6 @@
 #include "d3d9_utils.h"
 #include "logging.h"
 
-typedef long (*PCreateDecoderFunc) (ISVCDecoder** ppDecoder);
-typedef void_t (*PDestroyDecoderFunc) (ISVCDecoder* pDecoder);
-
 
 using namespace std;