X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264.h;h=da7424168a103fb299c0b650c6fe66913bb36dec;hb=40c9d43086890df11389ceefd88f517471e41202;hp=c057c9709d49d583a39cc6b1bdd78367574c5013;hpb=c600c8e966996555724d574e26f9e95259b1f884;p=ffmpeg diff --git a/libavcodec/h264.h b/libavcodec/h264.h index c057c9709d4..da7424168a1 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -1098,6 +1098,8 @@ int ff_pred_weight_table(H264Context *h); int ff_set_ref_count(H264Context *h); int ff_h264_decode_slice_header(H264Context *h, H264Context *h0); +#define SLICE_SKIPED 2 + int ff_h264_execute_decode_slices(H264Context *h, unsigned context_count); int ff_h264_update_thread_context(AVCodecContext *dst, const AVCodecContext *src);