Browse Source

linux-v4l2: Fix documentation

Change argument name in documentation to match the code.
fryshorts 10 years ago
parent
commit
9734c6a49d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/linux-v4l2/v4l2-helpers.h

+ 1 - 1
plugins/linux-v4l2/v4l2-helpers.h

@@ -273,7 +273,7 @@ int_fast32_t v4l2_set_standard(int_fast32_t dev, int *standard);
  * Get the dv timing for an input with a specified index
  *
  * @param dev handle to the v4l2 device
- * @param timing pointer to the timing structure to fill
+ * @param dvt pointer to the timing structure to fill
  * @param index index of the dv timing to fetch
  *
  * @return negative on failure