mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
b544850a52
commit
697984b9db
@ -812,6 +812,7 @@ int ff_h264_execute_ref_pic_marking(H264Context *h)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Detect unmarked random access points
|
||||||
if ( err >= 0
|
if ( err >= 0
|
||||||
&& h->long_ref_count==0
|
&& h->long_ref_count==0
|
||||||
&& ( h->short_ref_count<=2
|
&& ( h->short_ref_count<=2
|
||||||
|
Loading…
Reference in New Issue
Block a user