early-access version 1680
This commit is contained in:
2
externals/ffmpeg/libavcodec/pthread_frame.c
vendored
2
externals/ffmpeg/libavcodec/pthread_frame.c
vendored
@@ -246,7 +246,7 @@ static int update_context_from_thread(AVCodecContext *dst, AVCodecContext *src,
|
||||
{
|
||||
int err = 0;
|
||||
|
||||
if (dst != src && (for_user || !(src->codec_descriptor->props & AV_CODEC_PROP_INTRA_ONLY))) {
|
||||
if (dst != src && (for_user || src->codec->update_thread_context)) {
|
||||
dst->time_base = src->time_base;
|
||||
dst->framerate = src->framerate;
|
||||
dst->width = src->width;
|
||||
|
Reference in New Issue
Block a user