define error

Bug #125997 reported by nameerf
2
Affects Status Importance Assigned to Milestone
iaxclient (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

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 */

Revision history for this message
Jeff Anderson (jander99) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue for you. Can you try with the latest Ubuntu release? Thanks in advance.

Changed in iaxclient (Ubuntu):
status: New → Incomplete
Revision history for this message
rusivi2 (rusivi2-deactivatedaccount) wrote :

We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks!

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for iaxclient (Ubuntu) because there has been no activity for 60 days.]

Changed in iaxclient (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.