shithub: openh264

Download patch

ref: ad8dc32755a0411e2c6b14cf48f81b0cfe97852b
parent: fb1958ad13d2172f3b2091fc88b1715bd358a705
parent: 4c829a12e2857b6e6346d83ef0d1eba1513ccf55
author: volvet <[email protected]>
date: Tue Mar 18 12:09:48 EDT 2014

Merge pull request #528 from mstorsjo/fix-comment

Fix the comment in welsEncoderExt.h about the EncodeFrame return value

--- a/codec/encoder/plus/inc/welsEncoderExt.h
+++ b/codec/encoder/plus/inc/welsEncoderExt.h
@@ -74,7 +74,7 @@
   virtual int EXTAPI Uninitialize();
 
   /*
-   * return: EVideoFrameType [IDR: videoFrameTypeIDR; P: videoFrameTypeP; ERROR: videoFrameTypeInvalid]
+   * return: 0 - success; otherwise - failed;
    */
   virtual int EXTAPI EncodeFrame (const SSourcePicture* kpSrcPic, SFrameBSInfo* pBsInfo);
   virtual int        EncodeFrameInternal (const SSourcePicture* kpSrcPic, SFrameBSInfo* pBsInfo);