shithub: openh264

Download patch

ref: 4c829a12e2857b6e6346d83ef0d1eba1513ccf55
parent: fb1958ad13d2172f3b2091fc88b1715bd358a705
author: Martin Storsjö <[email protected]>
date: Tue Mar 18 06:03:08 EDT 2014

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

This was changed in 36d56b6638 in the public api, but the
internal implementation header was missed and left inconsistent.

--- 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);