Commit 57eba9e1 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove trailing space + comment fix.

parent ba61c365
...@@ -22,12 +22,12 @@ ...@@ -22,12 +22,12 @@
*****************************************************************************/ *****************************************************************************/
/***************************************************************************** /*****************************************************************************
* This module is a pseudo video output the offers the possibility to * This module is a pseudo video output that offers the possibility to
* keep a cache of low-res snapshots. * keep a cache of low-res snapshots.
* The snapshot structure is defined in include/snapshot.h * The snapshot structure is defined in include/snapshot.h
* In order to access the current snapshot cache, object variables are used: * In order to access the current snapshot cache, object variables are used:
* snapshot-list-pointer : the pointer on the first element in the list * snapshot-list-pointer : the pointer on the first element in the list
* snapshot-datasize : size of a snapshot * snapshot-datasize : size of a snapshot
* (also available in snapshot_t->i_datasize) * (also available in snapshot_t->i_datasize)
* snapshot-cache-size : size of the cache list * snapshot-cache-size : size of the cache list
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment