]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/network.h
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support
[ffmpeg] / libavformat / network.h
index 4c9a3a07c05b16bbf1e348bebb3d10a205483c4c..d897722c940678525835319ecf85ffdace197fae 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef NETWORK_H
-#define NETWORK_H
+#ifndef FFMPEG_NETWORK_H
+#define FFMPEG_NETWORK_H
 
 #ifdef HAVE_WINSOCK2_H
 #include <winsock2.h>
@@ -66,4 +66,4 @@ static inline void ff_network_close(void)
 int inet_aton (const char * str, struct in_addr * add);
 #endif
 
-#endif
+#endif /* FFMPEG_NETWORK_H */