[cache] Add support for storing MP4 headers

This commit is contained in:
ejurgensen
2023-12-29 17:44:48 +01:00
parent 4a08644806
commit 2efad1466f
5 changed files with 525 additions and 268 deletions

View File

@@ -2625,7 +2625,7 @@ transcode_metadata_strings_set(struct transcode_metadata_string *s, enum transco
}
int
transcode_create_header(struct evbuffer **header, enum transcode_profile profile, const char *path)
transcode_prepare_header(struct evbuffer **header, enum transcode_profile profile, const char *path)
{
int ret;