mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge branch 'av-fix' of https://github.com/nurupo/InsertProjectNameHere into nurupo-av-fix
This commit is contained in:
commit
db724df189
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
Loading…
x
Reference in New Issue
Block a user