small fixes

This commit is contained in:
BPanther
2021-06-11 01:24:35 +02:00
committed by Thilo Graf
parent 4f5a51c619
commit 3d9e2bfad7
10 changed files with 9 additions and 21 deletions

View File

@@ -92,4 +92,3 @@ static int flv2mpeg4_write_packet(Context_t *out_ctx, Flv2Mpeg4Context *mpeg4p2_
return flv2mpeg4_process_flv_packet(mpeg4p2_ctx->ctx, 0, pkt->data, pkt->size, time_ms);
}

View File

@@ -141,4 +141,3 @@ static void mpeg4p2_context_close(Mpeg4P2Context *context)
return;
}
}

View File

@@ -207,5 +207,3 @@ static int64_t wrapped_frame_get_best_effort_timestamp(const AVFrame *frame)
return frame->best_effort_timestamp;
#endif
}