|
|
@@ -770,7 +770,7 @@ static av_always_inline int get_chroma_qp(H264Context *h, int t, int qscale){ |
|
|
return h->pps.chroma_qp_table[t][qscale]; |
|
|
return h->pps.chroma_qp_table[t][qscale]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
static av_always_inline void pred_pskip_motion(H264Context * const h); |
|
|
|
|
|
|
|
|
#include "h264_mvpred.h" //For pred_pskip_motion() |
|
|
|
|
|
|
|
|
static void fill_decode_neighbors(H264Context *h, int mb_type){ |
|
|
static void fill_decode_neighbors(H264Context *h, int mb_type){ |
|
|
MpegEncContext * const s = &h->s; |
|
|
MpegEncContext * const s = &h->s; |
|
|
@@ -1341,6 +1341,4 @@ static void av_unused decode_mb_skip(H264Context *h){ |
|
|
h->prev_mb_skipped= 1; |
|
|
h->prev_mb_skipped= 1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#include "h264_mvpred.h" //For pred_pskip_motion() |
|
|
|
|
|
|
|
|
|
|
|
#endif /* AVCODEC_H264_H */ |
|
|
#endif /* AVCODEC_H264_H */ |