X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhevcdsp.h;h=9f1f6dd59ff3cc7de3c867d67d6113330601c91e;hb=45d9d16863deb005ab3adfce10c1038004c46c3b;hp=d2ea8672b1fb82371024c498b1f4b060b6ea9c84;hpb=fce350be0e7595846a6ce1a28bf240967283643e;p=ffmpeg diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h index d2ea8672b1f..9f1f6dd59ff 100644 --- a/libavcodec/hevcdsp.h +++ b/libavcodec/hevcdsp.h @@ -61,7 +61,7 @@ typedef struct HEVCDSPContext { void (*sao_band_filter[5])(uint8_t *_dst, uint8_t *_src, ptrdiff_t _stride_dst, ptrdiff_t _stride_src, int16_t *sao_offset_val, int sao_left_class, int width, int height); - /* implicit stride_src parameter has value of 2 * MAX_PB_SIZE + FF_INPUT_BUFFER_PADDING_SIZE */ + /* implicit stride_src parameter has value of 2 * MAX_PB_SIZE + AV_INPUT_BUFFER_PADDING_SIZE */ void (*sao_edge_filter[5])(uint8_t *_dst /* align 16 */, uint8_t *_src /* align 32 */, ptrdiff_t stride_dst, int16_t *sao_offset_val, int sao_eo_class, int width, int height);