Commit a59d922d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ff771f79'

* commit 'ff771f79':
  vc1: Initialize start_code_found to 0
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7997d786 ff771f79
......@@ -127,7 +127,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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment