You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
@@ -123,7 +123,7 @@ static int vc1_parse(AVCodecParserContext *s,
|
|||||||
uint8_t *unesc_buffer = vpc->unesc_buffer;
|
uint8_t *unesc_buffer = vpc->unesc_buffer;
|
||||||
size_t unesc_index = vpc->unesc_index;
|
size_t unesc_index = vpc->unesc_index;
|
||||||
VC1ParseSearchState search_state = vpc->search_state;
|
VC1ParseSearchState search_state = vpc->search_state;
|
||||||
int start_code_found;
|
int start_code_found = 0;
|
||||||
int next = END_NOT_FOUND;
|
int next = END_NOT_FOUND;
|
||||||
int i = vpc->bytes_to_skip;
|
int i = vpc->bytes_to_skip;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user