Skip to content

Commit 0b3d545

Browse files
committed
fixed return code
1 parent 5e1d735 commit 0b3d545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls/ngx_rtmp_mpegts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ngx_rtmp_mpegts_write_file(ngx_rtmp_mpegts_file_t *file, u_char *in,
9494
return NGX_ERROR;
9595
}
9696

97-
return rc;
97+
return NGX_OK;
9898
}
9999

100100
/* encrypt */

0 commit comments

Comments
 (0)