remove todo

This commit is contained in:
Genteure 2018-11-03 07:46:05 +08:00
parent 97ef9596d4
commit e16f856622

View File

@ -7,9 +7,7 @@ using System.Linq;
namespace BililiveRecorder.FlvProcessor
{
// TODO: 重构 Tag 解析流程
// TODO: 添加测试
// 注:下载时会按照 4 11 N bytes 下载
public class FlvStreamProcessor : IFlvStreamProcessor
{
private static readonly Logger logger = LogManager.GetCurrentClassLogger();