Fix ffm=>video_out_stream

pull/4198/head
Isaac Connor 2024-12-10 15:45:39 -05:00
parent df0438d487
commit 3fbb8bdaca
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ bool VideoStore::open() {
(int32_t *)displaymatrix, sizeof(int32_t)*9, 0);
#else
#if LIBAVCODEC_VERSION_CHECK(59, 37, 100, 37, 100)
av_stream_add_side_data(ffm->video_stream,
av_stream_add_side_data(video_out_stream,
AV_PKT_DATA_DISPLAYMATRIX,
(uint8_t *)displaymatrix,
sizeof(*displaymatrix));