Merge branch 'av-fix' of https://github.com/nurupo/InsertProjectNameHere into nurupo-av-fix

This commit is contained in:
irungentoo 2014-06-18 19:46:39 -04:00
commit db724df189
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
8 changed files with 9 additions and 16 deletions

View File

@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*
* Report bugs/suggestions at #tox-dev @ freenode.net:6667
*/

View File

@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*
* Report bugs/suggestions at #tox-dev @ freenode.net:6667
*/

View File

@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*
* Report bugs/suggestions at #tox-dev @ freenode.net:6667
*/

View File

@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*
* Report bugs/suggestions at #tox-dev @ freenode.net:6667
*/
#ifndef __TOXMSI

View File

@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*
* Report bugs/suggestions at #tox-dev @ freenode.net:6667
*/
#ifdef HAVE_CONFIG_H

View File

@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*
* Report bugs/suggestions at #tox-dev @ freenode.net:6667
*/
#ifndef __TOXRTP

View File

@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*
* Report bugs/suggestions at #tox-dev @ freenode.net:6667
*/
#ifdef HAVE_CONFIG_H

View File

@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*
* Report bugs/suggestions at #tox-dev @ freenode.net:6667
*/
@ -26,6 +24,10 @@
#define __TOXAV
#include <inttypes.h>
#ifdef __cplusplus
extern "C" {
#endif
/* vpx_image_t */
#include <vpx/vpx_image.h>
@ -370,4 +372,9 @@ int toxav_set_video_queue_limit ( ToxAv *av, int32_t call_index, uint64_t limit
Tox *toxav_get_tox(ToxAv *av);
#ifdef __cplusplus
}
#endif
#endif /* __TOXAV */