Public bug reported:
little error in iaxclinet.h 98 line.
#define IAXC_FORMAT_MPEG4 (1 << 22) /* MPEG4 Video */
#define IAXC_FORMAT_THEORA (1 << 24) /* Theora Video */
#define IAXC_FORMAT_MAX_VIDEO (1 << 24) /* Maximum Video Format */
I think it should be as follow
#define IAXC_FORMAT_MPEG4 (1 << 22) /* MPEG4 Video */
#define IAXC_FORMAT_THEORA (1 << 23) /* Theora Video */
#define IAXC_FORMAT_MAX_VIDEO (1 << 24) /* Maximum Video Format */
** Affects: iaxclient (Ubuntu)
Importance: Undecided
Status: New
--
define error
https://bugs.launchpad.net/bugs/125997
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs