|
|
|
@@ -1083,6 +1083,7 @@ AVCodec ff_h264_decoder = { |
|
|
|
FF_CODEC_CAP_ALLOCATE_PROGRESS | FF_CODEC_CAP_INIT_CLEANUP, |
|
|
|
.flush = h264_decode_flush, |
|
|
|
.update_thread_context = ONLY_IF_THREADS_ENABLED(ff_h264_update_thread_context), |
|
|
|
.update_thread_context_for_user = ONLY_IF_THREADS_ENABLED(ff_h264_update_thread_context_for_user), |
|
|
|
.profiles = NULL_IF_CONFIG_SMALL(ff_h264_profiles), |
|
|
|
.priv_class = &h264_class, |
|
|
|
}; |