1
0

h264dec: update x264_build in the user-facing context

This commit is contained in:
Hendrik Leppkes 2020-07-06 02:30:50 +02:00
parent 54e7ff85ec
commit b71b9f893a
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5

View File

@ -470,6 +470,7 @@ int ff_h264_update_thread_context_for_user(AVCodecContext *dst,
h->is_avc = h1->is_avc;
h->nal_length_size = h1->nal_length_size;
h->x264_build = h1->x264_build;
return 0;
}