shithub: openh264

Download patch

ref: 7d638f8a6bee932a7da0e5fd1256707c98d87996
parent: 49f4dad1b7cadb7da941945c70592d6b1a0808ce
author: Martin Storsjö <[email protected]>
date: Tue Feb 18 07:33:16 EST 2014

Remove the now unused INIT_TYPE data type

--- a/codec/api/svc/codec_app_def.h
+++ b/codec/api/svc/codec_app_def.h
@@ -116,12 +116,6 @@
   VIDEO_CODING_LAYER = 1
 } LAYER_TYPE;
 
-/* SVC Encoder/Decoder Initializing Parameter Types */
-typedef enum {
-  INIT_TYPE_PARAMETER_BASED = 0,	// For SVC DEMO Application
-  INIT_TYPE_PARAMETER_EXT,			// For SVC CONSOLE Application
-} INIT_TYPE;
-
 //enumerate the type of video bitstream which is provided to decoder
 typedef enum {
   VIDEO_BITSTREAM_AVC               = 0,