---
 libavcodec/pthread.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavcodec/pthread.c b/libavcodec/pthread.c
index 705af3d..d86a4ad 100644
--- a/libavcodec/pthread.c
+++ b/libavcodec/pthread.c
@@ -324,9 +324,11 @@ static void update_context_from_copy(AVCodecContext *dst, AVCodecContext *src, i
 
     COPY(has_b_frames);
     COPY(bits_per_sample);
+    COPY(sample_aspect_ratio);
     if (for_user) COPY(coded_frame);
     memcpy(dst->error, src->error, sizeof(src->error));
     COPY(last_predictor_count); //necessary?
+    COPY(dtg_active_format);
     COPY(color_table_id);
     COPY(profile);
     COPY(level);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to