Make the include guards consistent.

sdt
Kieran Kunhya 2010-11-13 15:48:31 +00:00
rodzic 31f63bc046
commit fe3fffaea5
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA.
*****************************************************************************/
#ifndef LIBMPEGTS_ATSC
#define LIBMPEGTS_ATSC
#ifndef LIBMPEGTS_ATSC_H
#define LIBMPEGTS_ATSC_H
/* ATSC stream_types */
#define AUDIO_AC3 0x81

Wyświetl plik

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA.
*****************************************************************************/
#ifndef LIBMPEGTS_CRC32
#define LIBMPEGTS_CRC32
#ifndef LIBMPEGTS_CRC_H
#define LIBMPEGTS_CRC_H
uint32_t crc_32( uint8_t *bytes, int length );

Wyświetl plik

@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA.
*****************************************************************************/
#ifndef LIBMPEGTS_ISDB
#define LIBMPEGTS_ISDB
#ifndef LIBMPEGTS_ISDB_H
#define LIBMPEGTS_ISDB_H
#endif