X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_hqdn3d.c;h=4d8297df1f338fa24eb1bdebbb3f92cd828a68d3;hb=99684f3ae752fc8bfb44a2dd1482f8d7a3d8536d;hp=d8b1f3901eaaa0726a8ba81128c9dcdb5a77a0ef;hpb=2268db2cd052674fde55c7d48b7a5098ce89b4ba;p=ffmpeg diff --git a/libavfilter/vf_hqdn3d.c b/libavfilter/vf_hqdn3d.c index d8b1f3901ea..4d8297df1f3 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;