Skip to content

Commit

Permalink
hwcontext_videotoolbox: fix fate-source
Browse files Browse the repository at this point in the history
Thanks to James Darnley for figuring out what the hell it wanted.
  • Loading branch information
wm4 committed May 15, 2017
1 parent e0ecc7d commit f0435bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libavutil/hwcontext_videotoolbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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 */

0 comments on commit f0435bb

Please sign in to comment.