Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bitstream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
bitstream
Commits
39dc510c
Commit
39dc510c
authored
Oct 11, 2011
by
Georgi Chorbadzhiyski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvb/si: Change define guards to match where the files are.
parent
b8c19273
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
dvb/si/desc_4c.h
dvb/si/desc_4c.h
+2
-2
dvb/si/desc_4f.h
dvb/si/desc_4f.h
+2
-2
dvb/si/desc_60.h
dvb/si/desc_60.h
+2
-2
dvb/si/sit.h
dvb/si/sit.h
+3
-3
dvb/si/sit_print.h
dvb/si/sit_print.h
+2
-2
No files found.
dvb/si/desc_4c.h
View file @
39dc510c
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
* - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems)
* - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems)
*/
*/
#ifndef __BITSTREAM_
MPEG
_DESC_4C_H__
#ifndef __BITSTREAM_
DVB
_DESC_4C_H__
#define __BITSTREAM_
MPEG
_DESC_4C_H__
#define __BITSTREAM_
DVB
_DESC_4C_H__
#include <bitstream/common.h>
#include <bitstream/common.h>
#include <bitstream/mpeg/psi/descriptors.h>
#include <bitstream/mpeg/psi/descriptors.h>
...
...
dvb/si/desc_4f.h
View file @
39dc510c
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
* - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems)
* - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems)
*/
*/
#ifndef __BITSTREAM_
MPEG
_DESC_4F_H__
#ifndef __BITSTREAM_
DVB
_DESC_4F_H__
#define __BITSTREAM_
MPEG
_DESC_4F_H__
#define __BITSTREAM_
DVB
_DESC_4F_H__
#include <bitstream/common.h>
#include <bitstream/common.h>
#include <bitstream/mpeg/psi/descriptors.h>
#include <bitstream/mpeg/psi/descriptors.h>
...
...
dvb/si/desc_60.h
View file @
39dc510c
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
* - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems)
* - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems)
*/
*/
#ifndef __BITSTREAM_
MPEG
_DESC_60_H__
#ifndef __BITSTREAM_
DVB
_DESC_60_H__
#define __BITSTREAM_
MPEG
_DESC_60_H__
#define __BITSTREAM_
DVB
_DESC_60_H__
#include <bitstream/common.h>
#include <bitstream/common.h>
#include <bitstream/mpeg/psi/descriptors.h>
#include <bitstream/mpeg/psi/descriptors.h>
...
...
dvb/si/sit.h
View file @
39dc510c
...
@@ -28,11 +28,11 @@
...
@@ -28,11 +28,11 @@
/*
/*
* Normative references:
* Normative references:
* -
ISO/IEC 13818-1:2007(E) (MPEG-2 S
ystems)
* -
ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB s
ystems)
*/
*/
#ifndef __BITSTREAM_
MPEG
_SIT_H__
#ifndef __BITSTREAM_
DVB
_SIT_H__
#define __BITSTREAM_
MPEG
_SIT_H__
#define __BITSTREAM_
DVB
_SIT_H__
#include <bitstream/common.h>
#include <bitstream/common.h>
#include <bitstream/mpeg/psi/psi.h>
#include <bitstream/mpeg/psi/psi.h>
...
...
dvb/si/sit_print.h
View file @
39dc510c
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*****************************************************************************/
*****************************************************************************/
#ifndef __BITSTREAM_
MPEG
_SIT_PRINT_H__
#ifndef __BITSTREAM_
DVB
_SIT_PRINT_H__
#define __BITSTREAM_
MPEG
_SIT_PRINT_H__
#define __BITSTREAM_
DVB
_SIT_PRINT_H__
#include <bitstream/common.h>
#include <bitstream/common.h>
#include <bitstream/mpeg/psi/psi.h>
#include <bitstream/mpeg/psi/psi.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment