diff options
author | 2015-06-24 07:36:50 +0200 | |
---|---|---|
committer | 2015-06-24 07:36:50 +0200 | |
commit | d1583b9850d9fb45470648a515eb734e05fd926f (patch) | |
tree | 33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/lib/util/vbiparse.c | |
parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) |
Cleanups and version bumpmame0163
Diffstat (limited to 'src/lib/util/vbiparse.c')
-rw-r--r-- | src/lib/util/vbiparse.c | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/lib/util/vbiparse.c b/src/lib/util/vbiparse.c index 43cfb57c158..9c6c39fc4ea 100644 --- a/src/lib/util/vbiparse.c +++ b/src/lib/util/vbiparse.c @@ -277,15 +277,15 @@ int vbi_parse_white_flag(const UINT16 *source, int sourcewidth, int sourceshift) -------------------------------------------------*/ /** - * @fn void vbi_parse_all(const UINT16 *source, int sourcerowpixels, int sourcewidth, int sourceshift, vbi_metadata *vbi) + * @fn void vbi_parse_all(const UINT16 *source, int sourcerowpixels, int sourcewidth, int sourceshift, vbi_metadata *vbi) * - * @brief Vbi parse all. + * @brief Vbi parse all. * - * @param source Source for the. - * @param sourcerowpixels The sourcerowpixels. - * @param sourcewidth The sourcewidth. - * @param sourceshift The sourceshift. - * @param [in,out] vbi If non-null, the vbi. + * @param source Source for the. + * @param sourcerowpixels The sourcerowpixels. + * @param sourcewidth The sourcewidth. + * @param sourceshift The sourceshift. + * @param [in,out] vbi If non-null, the vbi. */ void vbi_parse_all(const UINT16 *source, int sourcerowpixels, int sourcewidth, int sourceshift, vbi_metadata *vbi) @@ -351,13 +351,13 @@ void vbi_parse_all(const UINT16 *source, int sourcerowpixels, int sourcewidth, i -------------------------------------------------*/ /** - * @fn void vbi_metadata_pack(UINT8 *dest, UINT32 framenum, const vbi_metadata *vbi) + * @fn void vbi_metadata_pack(UINT8 *dest, UINT32 framenum, const vbi_metadata *vbi) * - * @brief Vbi metadata pack. + * @brief Vbi metadata pack. * - * @param [in,out] dest If non-null, destination for the. - * @param framenum The framenum. - * @param vbi The vbi. + * @param [in,out] dest If non-null, destination for the. + * @param framenum The framenum. + * @param vbi The vbi. */ void vbi_metadata_pack(UINT8 *dest, UINT32 framenum, const vbi_metadata *vbi) @@ -387,13 +387,13 @@ void vbi_metadata_pack(UINT8 *dest, UINT32 framenum, const vbi_metadata *vbi) -------------------------------------------------*/ /** - * @fn void vbi_metadata_unpack(vbi_metadata *vbi, UINT32 *framenum, const UINT8 *source) + * @fn void vbi_metadata_unpack(vbi_metadata *vbi, UINT32 *framenum, const UINT8 *source) * - * @brief Vbi metadata unpack. + * @brief Vbi metadata unpack. * - * @param [in,out] vbi If non-null, the vbi. - * @param [in,out] framenum If non-null, the framenum. - * @param source Source for the. + * @param [in,out] vbi If non-null, the vbi. + * @param [in,out] framenum If non-null, the framenum. + * @param source Source for the. */ void vbi_metadata_unpack(vbi_metadata *vbi, UINT32 *framenum, const UINT8 *source) |