spa: libcamera: remove two unused members from libcamera source

Neither `next_fmt`, nor `next_size` were actually used, remove them.
This commit is contained in:
Barnabás Pőcze 2022-09-03 21:40:11 +02:00 committed by Wim Taymans
parent 222368e562
commit 98193f7d67

View file

@ -120,10 +120,8 @@ struct port {
struct spa_param_info params[8];
uint32_t fmt_index;
bool next_fmt;
PixelFormat enum_fmt;
uint32_t size_index;
bool next_size;
};
struct impl {