Merge commit 'adf8227cf4e7b4fccb2ad88e1e09b6dc00dd00ed'
* commit 'adf8227cf4e7b4fccb2ad88e1e09b6dc00dd00ed':
vc-1: Add platform-specific start code search routine to VC1DSPContext.
Conflicts:
configure
libavcodec/arm/vc1dsp_init_arm.c
libavcodec/vc1dsp.c
libavcodec/vc1dsp.h
See: 9d8ecdd8ca
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -173,7 +173,7 @@ static int vc1_parse(AVCodecParserContext *s,
|
||||
if (unesc_index >= UNESCAPED_THRESHOLD && !start_code_found) {
|
||||
while (i < buf_size) {
|
||||
if (search_state == NO_MATCH) {
|
||||
i += vpc->v.vc1dsp.vc1_find_start_code_candidate(buf + i, buf_size - i);
|
||||
i += vpc->v.vc1dsp.startcode_find_candidate(buf + i, buf_size - i);
|
||||
if (i < buf_size) {
|
||||
search_state = ONE_ZERO;
|
||||
}
|
||||
|
Reference in New Issue
Block a user