vc1: Initialize start_code_found to 0

This commit is contained in:
Luca Barbato 2014-08-27 02:50:58 +02:00
parent e2a89f7f0f
commit ee099059e7

View File

@ -123,7 +123,7 @@ static int vc1_parse(AVCodecParserContext *s,
uint8_t *unesc_buffer = vpc->unesc_buffer;
size_t unesc_index = vpc->unesc_index;
VC1ParseSearchState search_state = vpc->search_state;
int start_code_found;
int start_code_found = 0;
int next = END_NOT_FOUND;
int i = vpc->bytes_to_skip;