|
|
|
@@ -1054,6 +1054,15 @@ void ff_hevc_hls_mvd_coding(HEVCContext *s, int x0, int y0, int log2_cb_size); |
|
|
|
int ff_hevc_encode_nal_vps(HEVCVPS *vps, unsigned int id, |
|
|
|
uint8_t *buf, int buf_size); |
|
|
|
|
|
|
|
/** |
|
|
|
* Reset SEI values that are stored on the Context. |
|
|
|
* e.g. Caption data that was extracted during NAL |
|
|
|
* parsing. |
|
|
|
* |
|
|
|
* @param s HEVCContext. |
|
|
|
*/ |
|
|
|
void ff_hevc_reset_sei(HEVCContext *s); |
|
|
|
|
|
|
|
extern const uint8_t ff_hevc_qpel_extra_before[4]; |
|
|
|
extern const uint8_t ff_hevc_qpel_extra_after[4]; |
|
|
|
extern const uint8_t ff_hevc_qpel_extra[4]; |
|
|
|
|