misc encoder cleanups

This commit is contained in:
Adeeb Shihadeh
2025-02-21 10:41:30 -08:00
parent 9881cf9c20
commit e00b5337d2
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ FfmpegEncoder::~FfmpegEncoder() {
av_frame_free(&frame);
}
void FfmpegEncoder::encoder_open(const char* path) {
void FfmpegEncoder::encoder_open() {
auto codec_id = encoder_info.encode_type == cereal::EncodeIndex::Type::QCAMERA_H264
? AV_CODEC_ID_H264
: AV_CODEC_ID_FFVHUFF;