1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the dup2 of stdout and stderr.

This commit is contained in:
winlin 2016-01-20 14:05:48 +08:00
parent ae8bd4c2aa
commit ce8f3b4478
2 changed files with 50 additions and 36 deletions

View file

@ -202,8 +202,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define ERROR_ENCODER_VBITRATE 3027
#define ERROR_ENCODER_FORK 3028
#define ERROR_ENCODER_LOOP 3029
#define ERROR_ENCODER_OPEN 3030
#define ERROR_ENCODER_DUP2 3031
#define ERROR_FORK_OPEN_LOG 3030
#define ERROR_FORK_DUP2_LOG 3031
#define ERROR_ENCODER_PARSE 3032
#define ERROR_ENCODER_NO_INPUT 3033
#define ERROR_ENCODER_NO_OUTPUT 3034