mask focus/pivot pt tweaks, set mask_track_id on update_project, ffmpeg cuda open...
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg.git.patch7
1 diff -urN a/libavcodec/h263dec.c b/libavcodec/h263dec.c
2 --- a/libavcodec/h263dec.c
3 +++ b/libavcodec/h263dec.c
4 @@ -684,7 +684,7 @@ frame_end:
5      if (CONFIG_MPEG4_DECODER && avctx->codec_id == AV_CODEC_ID_MPEG4)
6          ff_mpeg4_frame_end(avctx, buf, buf_size);
7  
8 -    if (!s->divx_packed && avctx->hwaccel)
9 +    if (s->divx_packed && avctx->hwaccel)
10          ff_thread_finish_setup(avctx);
11  
12      av_assert1(s->current_picture.f->pict_type == s->current_picture_ptr->f->pict_type);