Commit 4af2c2da authored by NzSN's avatar NzSN

update

parent cdab1caf
......@@ -348,11 +348,6 @@ int bufferPackets() {
goto END_LOOP;
}
if (ret == AVERROR(EAGAIN)) {
printf("READFRAME AGAIN: %d\n", ret);
MuxEnv::protos[i].resetEofFlag();
}
printf("Failed to read frame\n");
av_packet_unref(pkt);
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment