Commit e9fd8915 authored by michael's avatar michael

Make sure mmco index is 0 (instead of uninitialized) in all error returns.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14383 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 77fea15a
......@@ -3625,6 +3625,7 @@ static int decode_ref_pic_marking(H264Context *h, GetBitContext *gb){
MpegEncContext * const s = &h->s;
int i;
h->mmco_index= 0;
if(h->nal_unit_type == NAL_IDR_SLICE){ //FIXME fields
s->broken_link= get_bits1(gb) -1;
h->mmco[0].long_arg= get_bits1(gb) - 1; // current_long_term_idx
......
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