[FFmpeg-cvslog] H264: Fix slice threads

Michael Niedermayer git at videolan.org
Sun Apr 10 22:32:47 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Apr 10 14:26:59 2011 +0200| [488efb33a71683a965c99ddd62ee6c32727ecee9] | committer: Michael Niedermayer

H264: Fix slice threads
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=488efb33a71683a965c99ddd62ee6c32727ecee9
---

 libavcodec/h264.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 6cd597e..ca33c9a 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3216,6 +3216,7 @@ static void execute_decode_slices(H264Context *h, int context_count){
             hx = h->thread_context[i];
             hx->s.error_recognition = avctx->error_recognition;
             hx->s.error_count = 0;
+            hx->x264_build= h->x264_build;
         }
 
         avctx->execute(avctx, (void *)decode_slice,



More information about the ffmpeg-cvslog mailing list