summaryrefslogtreecommitdiff
path: root/libavformat/dv1394.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-22 12:41:16 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-22 12:41:16 +0000
commit57b499c7da02941c1be7875c197b7809c724da84 (patch)
tree934ddd467c54b01ad254c7f18ab8e6ee99d4e3d2 /libavformat/dv1394.h
parenta282102d3fe2aea2302096e8a75320a2b8ef1cc7 (diff)
Identifiers starting with underscores are reserved.
Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/dv1394.h')
-rw-r--r--libavformat/dv1394.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/dv1394.h b/libavformat/dv1394.h
index 5f9465054b..67671e5cf8 100644
--- a/libavformat/dv1394.h
+++ b/libavformat/dv1394.h
@@ -25,8 +25,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _DV_1394_H
-#define _DV_1394_H
+#ifndef DV_1394_H
+#define DV_1394_H
#define DV1394_DEFAULT_CHANNEL 63
#define DV1394_DEFAULT_CARD 0
@@ -353,4 +353,4 @@ struct dv1394_status {
};
-#endif /* _DV_1394_H */
+#endif /* DV_1394_H */