]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_hqdn3d.c
vf_drawtext: Move static keyword to beginning of variable declaration
[ffmpeg] / libavfilter / vf_hqdn3d.c
index d8b1f3901eaaa0726a8ba81128c9dcdb5a77a0ef..4d8297df1f338fa24eb1bdebbb3f92cd828a68d3 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;