Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: libavcodec/h264_refs.c
- ===================================================================
- --- libavcodec/h264_refs.c (revision 4313)
- +++ libavcodec/h264_refs.c (working copy)
- @@ -816,6 +816,9 @@
- if ( err >= 0
- && h->long_ref_count==0
- && ( h->short_ref_count<=2
- +// ==> Start patch MPC
- + || 1
- +// ==> End patch MPC
- || pps_ref_count[0] <= 2 && pps_ref_count[1] <= 1 && h->avctx->has_b_frames
- || pps_ref_count[0] <= 1 + (h->picture_structure != PICT_FRAME) && pps_ref_count[1] <= 1)
- && pps_ref_count[0]<=2 + (h->picture_structure != PICT_FRAME) + (2*!h->has_recovery_point)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement