Browse Source

pthread_frame: Propagate sw_pix_fmt across threads

tags/n4.0
Mark Thompson 8 years ago
parent
commit
c2bebfc801
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/pthread_frame.c

+ 1
- 0
libavcodec/pthread_frame.c View File

@@ -229,6 +229,7 @@ static int update_context_from_thread(AVCodecContext *dst, AVCodecContext *src,
dst->width = src->width;
dst->height = src->height;
dst->pix_fmt = src->pix_fmt;
dst->sw_pix_fmt = src->sw_pix_fmt;

dst->coded_width = src->coded_width;
dst->coded_height = src->coded_height;


Loading…
Cancel
Save