shithub: openh264

Download patch

ref: d117624657ee9c095e23c84788e13c3a317ecbe7
parent: b3dedb3f376fa9ff0044445f0bede3fcdca581b2
author: ruil2 <ruil2@cisco.com>
date: Mon Jun 23 09:18:03 EDT 2014

format update

--- a/codec/api/svc/codec_app_def.h
+++ b/codec/api/svc/codec_app_def.h
@@ -416,7 +416,7 @@
 
 typedef struct TagDeliveryStatus{
   int iDropNum;      //the number of video frames that are dropped continuously before delivery to encoder, which is used by screen content.
-  int iDropFrameType; // the frame type that is dropped 
+  int iDropFrameType; // the frame type that is dropped
   int iDropFrameSize; // the frame size that is dropped
 }SDeliveryStatus;
 #endif//WELS_VIDEO_CODEC_APPLICATION_DEFINITION_H__