X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_hqdn3d.c;h=d6c14bb3d880381d08d92edf7f84846cce0bb3bd;hb=84b39d3e144e94c1483fe1028a4525e81a759b9b;hp=3fb69fc09d399f4fcdf64214f7c92d99d2c0d6b1;hpb=0528410e04929d72ca29e5afddcc90d88de7208d;p=ffmpeg diff --git a/libavfilter/vf_hqdn3d.c b/libavfilter/vf_hqdn3d.c index 3fb69fc09d3..d6c14bb3d88 100644 --- a/libavfilter/vf_hqdn3d.c +++ b/libavfilter/vf_hqdn3d.c @@ -127,7 +127,7 @@ static int denoise_depth(HQDN3DContext *s, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) { - // FIXME: For 16bit depth, frame_ant could be a pointer to the previous + // FIXME: For 16-bit depth, frame_ant could be a pointer to the previous // filtered frame rather than a separate buffer. long x, y; uint16_t *frame_ant = *frame_ant_ptr;