]> git.sesse.net Git - ffmpeg/commitdiff
hwcontext_videotoolbox: fix fate-source
authorwm4 <nfxjfg@googlemail.com>
Mon, 15 May 2017 16:50:04 +0000 (18:50 +0200)
committerwm4 <nfxjfg@googlemail.com>
Mon, 15 May 2017 16:50:04 +0000 (18:50 +0200)
Thanks to James Darnley for figuring out what the hell it wanted.

libavutil/hwcontext_videotoolbox.h

index 7b4de4b7e1e5cfcc64d207cdc479411e91cac1a6..380918d92ee42d514a337dfd1a29209daf141721 100644 (file)
@@ -16,8 +16,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVUTIL_HWCONTEXT_VT_H
-#define AVUTIL_HWCONTEXT_VT_H
+#ifndef AVUTIL_HWCONTEXT_VIDEOTOOLBOX_H
+#define AVUTIL_HWCONTEXT_VIDEOTOOLBOX_H
 
 #include <stdint.h>
 
@@ -51,4 +51,4 @@ enum AVPixelFormat av_map_videotoolbox_format_to_pixfmt(uint32_t cv_fmt);
  */
 uint32_t av_map_videotoolbox_format_from_pixfmt(enum AVPixelFormat pix_fmt);
 
-#endif /* AVUTIL_HWCONTEXT_VT_H */
+#endif /* AVUTIL_HWCONTEXT_VIDEOTOOLBOX_H */