Inject VUI data in SPS header if missing

This commit is contained in:
loki
2021-06-13 21:29:32 +02:00
parent 30f7742f51
commit 8e32c8e6f4
10 changed files with 478 additions and 84 deletions
+5
View File
@@ -42,6 +42,11 @@ struct packet_raw_t : public AVPacket {
av_packet_unref(this);
}
struct {
std::string_view old;
std::string_view replacement;
} sps;
void *channel_data;
};