diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 16:50:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 16:50:49 +0000 |
commit | 99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc (patch) | |
tree | a268bd9ce2ed59a695abfa493c37308e6ef0b1a9 /sys/dxr3 | |
parent | 3bf58dfa1c11135e4fd25cacb52b410f846ac8d1 (diff) |
add taglib checks and docs
Original commit message from CVS:
add taglib checks and docs
Diffstat (limited to 'sys/dxr3')
-rw-r--r-- | sys/dxr3/ac3_padder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dxr3/ac3_padder.h b/sys/dxr3/ac3_padder.h index c9a7447e0..63d170904 100644 --- a/sys/dxr3/ac3_padder.h +++ b/sys/dxr3/ac3_padder.h @@ -1,7 +1,7 @@ /* GStreamer * Copyright (C) 2003 Martin Soto <martinsoto@users.sourceforge.net> * - * ac3_padder.h: Pad AC3 frames for use with an SPDIF interface. + * ac3_padder.h: Pad AC3 frames for use with an SPDIF interface. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -109,7 +109,7 @@ extern int ac3p_parse(ac3_padder *padder); -/** +/* * ac3p_frame * @padder The padder structure. * @@ -117,7 +117,7 @@ ac3p_parse(ac3_padder *padder); */ #define ac3p_frame(padder) ((guint *) &((padder)->frame)) -/** +/* * ac3p_frame_size * @padder The padder structure. * |