]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hqdn3d.c
Merge commit 'b8de14bcdf876c7e236a6dd2ad35342ff4b42cf8'
[ffmpeg] / libavfilter / vf_hqdn3d.c
index 3fb69fc09d399f4fcdf64214f7c92d99d2c0d6b1..d6c14bb3d880381d08d92edf7f84846cce0bb3bd 100644 (file)
@@ -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;