Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-02-16 01:07:02 +0300
committerMichael Niedermayer <michaelni@gmx.at>2010-02-16 01:07:02 +0300
commitc1bb66ac1922e9a1e051896ed8e0371faec6670d (patch)
tree85454c48b6f5d052cd7fef3ef476e2083e599833 /libavcodec/h264_cabac.c
parent83a6c1a69cf74123adf53d6688ddc645e2161840 (diff)
Split setting neighboring MBs from fill_decode_caches()
no speed change. Originally committed as revision 21842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264_cabac.c')
-rw-r--r--libavcodec/h264_cabac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index 7a37df5607..92dcf4d5f4 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -1365,6 +1365,7 @@ decode_intra_mb:
h->ref_count[1] <<= 1;
}
+ fill_decode_neighbors(h, mb_type);
fill_decode_caches(h, mb_type);
if( IS_INTRA( mb_type ) ) {