Skip to content

Commit

Permalink
Minor change in sv_codec_internal.h (#339)
Browse files Browse the repository at this point in the history
Co-authored-by: bjornvolcker <[email protected]>
  • Loading branch information
bjornvolcker and bjornvolcker authored Jan 30, 2025
1 parent b9b7ae3 commit 0de8074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/sv_codec_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef __SV_H26X_INTERNAL__
#define __SV_H26X_INTERNAL__
#ifndef __SV_CODEC_INTERNAL__
#define __SV_CODEC_INTERNAL__

#include <stdbool.h> // bool

Expand Down Expand Up @@ -192,4 +192,4 @@ copy_bu_except_pointers(bu_info_t *dst_bu, const bu_info_t *src_bu);
void
update_hashable_data(bu_info_t *bu);

#endif // __SV_H26X_INTERNAL__
#endif // __SV_CODEC_INTERNAL__

0 comments on commit 0de8074

Please sign in to comment.