summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /toxav/video.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxav/video.h')
-rw-r--r--toxav/video.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/video.h b/toxav/video.h
index 16f4658b..f7dfc992 100644
--- a/toxav/video.h
+++ b/toxav/video.h
@@ -17,8 +17,8 @@
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20#ifndef VIDEO_H 20#ifndef C_TOXCORE_TOXAV_VIDEO_H
21#define VIDEO_H 21#define C_TOXCORE_TOXAV_VIDEO_H
22 22
23#include "toxav.h" 23#include "toxav.h"
24 24
@@ -67,4 +67,4 @@ void vc_iterate(VCSession *vc);
67int vc_queue_message(Mono_Time *mono_time, void *vcp, struct RTPMessage *msg); 67int vc_queue_message(Mono_Time *mono_time, void *vcp, struct RTPMessage *msg);
68int vc_reconfigure_encoder(VCSession *vc, uint32_t bit_rate, uint16_t width, uint16_t height, int16_t kf_max_dist); 68int vc_reconfigure_encoder(VCSession *vc, uint32_t bit_rate, uint16_t width, uint16_t height, int16_t kf_max_dist);
69 69
70#endif /* VIDEO_H */ 70#endif // C_TOXCORE_TOXAV_VIDEO_H