diff options
author | Dustin Brody <libav@parsoma.net> | 2011-12-07 08:51:36 -0500 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-12 19:42:50 +0100 |
commit | 5b22d6e1323989b078ad097c5b50dddbbf0fe251 (patch) | |
tree | e0849f4ac32349b89bd198b3eb8d55e26a7470b1 /libavcodec/h264.c | |
parent | f6cf4be821e1901d983233edff8e22fe310fd6f6 (diff) | |
download | ffmpeg-5b22d6e1323989b078ad097c5b50dddbbf0fe251.tar.gz |
lavc: convert error_recognition to err_recognition.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 7a1af56004..4bcec7c418 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -3704,7 +3704,7 @@ static int execute_decode_slices(H264Context *h, int context_count){ } else { for(i = 1; i < context_count; i++) { hx = h->thread_context[i]; - hx->s.error_recognition = avctx->error_recognition; + hx->s.err_recognition = avctx->err_recognition; hx->s.error_count = 0; } |