* \param sz The size of the input data packets.
*
* Encode the \a k slices of size \a sz given by \a src and store the output
- * slice number \a idx in \dst.
+ * slice number \a idx in \a dst.
*/
void fec_encode(struct fec_parms *parms, const unsigned char * const *src,
unsigned char *dst, int idx, int sz)
/**
* Decode one slice from the group of received slices.
*
- * \param code Pointer to fec params structure.
+ * \param parms Pointer to fec params structure.
* \param data Pointers to received packets.
* \param idx Pointer to packet indices (gets modified).
* \param sz Size of each packet.
* Licensed under the GPL v2. For licencing details see COPYING.
*/
-/** \file fecdev_filter.c A filter fec-decodes an audio stream. */
+/** \file fecdec_filter.c A filter fec-decodes an audio stream. */
#include <dirent.h>
#include "para.h"
/**
* Remove one entry from the list of active fec clients.
*
- * \param result The client to be removed.
+ * \param fc The client to be removed.
*/
void vss_del_fec_client(struct fec_client *fc)
{