Skip to content

Commit

Permalink
Fix headers and guards (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux committed Oct 18, 2021
1 parent 23e6219 commit 07b50a4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
6 changes: 4 additions & 2 deletions libavformat/imf.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
* This file is part of FFmpeg.
*
* Copyright (c) Sandflow Consulting LLC
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -29,8 +31,8 @@
* Public header for processing of Interoperable Master Format packages
*/

#ifndef AVCODEC_IMF_H
#define AVCODEC_IMF_H
#ifndef AVFORMAT_IMF_H
#define AVFORMAT_IMF_H

#include "avformat.h"
#include "libavformat/avio.h"
Expand Down
2 changes: 2 additions & 0 deletions libavformat/imf_cpl.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
* This file is part of FFmpeg.
*
* Copyright (c) Sandflow Consulting LLC
*
* Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 4 additions & 2 deletions libavformat/imf_internal.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
* This file is part of FFmpeg.
*
* Copyright (c) Sandflow Consulting LLC
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -29,8 +31,8 @@
* IMF unittest
*/

#ifndef AVCODEC_IMF_INTERNAL_H
#define AVCODEC_IMF_INTERNAL_H
#ifndef AVFORMAT_IMF_INTERNAL_H
#define AVFORMAT_IMF_INTERNAL_H

#include "libavformat/avio.h"
#include "libavutil/rational.h"
Expand Down
2 changes: 2 additions & 0 deletions libavformat/imfdec.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
* This file is part of FFmpeg.
*
* Interoperable Master Format demuxer
* Copyright (c) 2021 Sandflow Consulting LLC
*
Expand Down
2 changes: 2 additions & 0 deletions libavformat/tests/imf.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
* This file is part of FFmpeg.
*
* Copyright (c) Sandflow Consulting LLC
*
* Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 07b50a4

Please sign in to comment.