From 49bb43f6626b927b978eac765609844294523cad Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 9 Sep 2018 19:54:05 +0000 Subject: Standardise header guards. Using the full path including the repo name. --- toxav/video.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxav/video.h') 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 @@ * You should have received a copy of the GNU General Public License * along with Tox. If not, see . */ -#ifndef VIDEO_H -#define VIDEO_H +#ifndef C_TOXCORE_TOXAV_VIDEO_H +#define C_TOXCORE_TOXAV_VIDEO_H #include "toxav.h" @@ -67,4 +67,4 @@ void vc_iterate(VCSession *vc); int vc_queue_message(Mono_Time *mono_time, void *vcp, struct RTPMessage *msg); int vc_reconfigure_encoder(VCSession *vc, uint32_t bit_rate, uint16_t width, uint16_t height, int16_t kf_max_dist); -#endif /* VIDEO_H */ +#endif // C_TOXCORE_TOXAV_VIDEO_H -- cgit v1.2.3