Skip to content

Commit

Permalink
Fixed comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsBranK committed Apr 26, 2021
1 parent 691ad66 commit 3b69589
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
4 changes: 0 additions & 4 deletions revorb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

// https://github.com/gcp/libogg
// https://github.com/xiph/vorbis

#include "revorb.h"

bool Failed = false;
Expand Down
18 changes: 18 additions & 0 deletions revorb.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* REVORB - Recomputes page granule positions in Ogg Vorbis files.
* version 0.2 (2008/06/29)
*
* Copyright (c) 2008, Jiri Hruska <jiri.hruska@fud.cz>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#pragma once
#include <stdio.h>
#include <io.h>
Expand Down

0 comments on commit 3b69589

Please sign in to comment.