Inject VUI data in SPS header if missing
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user