diff options
author | wm4 <nfxjfg@googlemail.com> | 2017-05-15 18:50:04 +0200 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2017-05-15 18:50:04 +0200 |
commit | f0435bbe170d7e5232064c31d9c023c045386bab (patch) | |
tree | f0f69871a1e010d2b072f1c16d32006f28831baa /libavutil/hwcontext_videotoolbox.h | |
parent | e0ecc7db48b148af2e17ca7ca1a76622054ec558 (diff) | |
download | ffmpeg-f0435bbe170d7e5232064c31d9c023c045386bab.tar.gz |
hwcontext_videotoolbox: fix fate-source
Thanks to James Darnley for figuring out what the hell it wanted.
Diffstat (limited to 'libavutil/hwcontext_videotoolbox.h')
-rw-r--r-- | libavutil/hwcontext_videotoolbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavutil/hwcontext_videotoolbox.h b/libavutil/hwcontext_videotoolbox.h index 7b4de4b7e1..380918d92e 100644 --- a/libavutil/hwcontext_videotoolbox.h +++ b/libavutil/hwcontext_videotoolbox.h @@ -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 */ |