summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorDustin Brody <libav@parsoma.net>2011-12-07 08:51:36 -0500
committerAnton Khirnov <anton@khirnov.net>2011-12-12 19:42:50 +0100
commit5b22d6e1323989b078ad097c5b50dddbbf0fe251 (patch)
treee0849f4ac32349b89bd198b3eb8d55e26a7470b1 /libavcodec/h264.c
parentf6cf4be821e1901d983233edff8e22fe310fd6f6 (diff)
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.c2
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;
}