X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264chroma.c;h=5f8ed9193b07f0c663bf1b6bf7146480dacefed3;hb=e5558391b5aee8e0a99ac10ba9ecd4727439b69a;hp=fcc480772f0b17c265fbd465f068a365d7b188f8;hpb=2ad28840b3fb90d9f000b676853846792e05bd68;p=ffmpeg diff --git a/libavcodec/h264chroma.c b/libavcodec/h264chroma.c index fcc480772f0..5f8ed9193b0 100644 --- a/libavcodec/h264chroma.c +++ b/libavcodec/h264chroma.c @@ -32,9 +32,11 @@ c->put_h264_chroma_pixels_tab[0] = put_h264_chroma_mc8_ ## depth ## _c; \ c->put_h264_chroma_pixels_tab[1] = put_h264_chroma_mc4_ ## depth ## _c; \ c->put_h264_chroma_pixels_tab[2] = put_h264_chroma_mc2_ ## depth ## _c; \ + c->put_h264_chroma_pixels_tab[3] = put_h264_chroma_mc1_ ## depth ## _c; \ c->avg_h264_chroma_pixels_tab[0] = avg_h264_chroma_mc8_ ## depth ## _c; \ c->avg_h264_chroma_pixels_tab[1] = avg_h264_chroma_mc4_ ## depth ## _c; \ c->avg_h264_chroma_pixels_tab[2] = avg_h264_chroma_mc2_ ## depth ## _c; \ + c->avg_h264_chroma_pixels_tab[3] = avg_h264_chroma_mc1_ ## depth ## _c; \ av_cold void ff_h264chroma_init(H264ChromaContext *c, int bit_depth) {