diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:55:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:55:58 +0000 |
commit | bdb814f6ef56edca67e1241eb16df22fdd8ab17c (patch) | |
tree | 7b43c9dfbf67b852503d263a322064f0101bf591 /gst/mpeg1sys/systems.c | |
parent | 04ad447fcfa1502907339a6a68e975bb6d35536a (diff) | |
download | gst-plugins-bad-bdb814f6ef56edca67e1241eb16df22fdd8ab17c.tar.gz gst-plugins-bad-bdb814f6ef56edca67e1241eb16df22fdd8ab17c.tar.bz2 gst-plugins-bad-bdb814f6ef56edca67e1241eb16df22fdd8ab17c.zip |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'gst/mpeg1sys/systems.c')
-rw-r--r-- | gst/mpeg1sys/systems.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gst/mpeg1sys/systems.c b/gst/mpeg1sys/systems.c index 6cff5034..847f365d 100644 --- a/gst/mpeg1sys/systems.c +++ b/gst/mpeg1sys/systems.c @@ -29,10 +29,10 @@ buffer_timecode (timecode, marker, buffer) } /************************************************************************* - creates a complete sector. - Also copies Pack and Sys_Header informations into the - sector buffer, then reads a packet full of data from - the input stream into the sector buffer. + creates a complete sector. + Also copies Pack and Sys_Header informations into the + sector buffer, then reads a packet full of data from + the input stream into the sector buffer. *************************************************************************/ @@ -170,8 +170,8 @@ create_sector (sector, pack, sys_header, /* zero byte stuffing in the last Packet of a stream */ /* we don't need this any more, since we shortenend the packet */ -/* for (j=tmp; j<i; j++) */ -/* *(index++)=(unsigned char) ZERO_STUFFING_BYTE; */ +/* for (j=tmp; j<i; j++) */ +/* *(index++)=(unsigned char) ZERO_STUFFING_BYTE; */ } } @@ -184,9 +184,9 @@ create_sector (sector, pack, sys_header, } /************************************************************************* - writes specifical pack header information into a buffer - later this will be copied from the sector routine into - the sector buffer + writes specifical pack header information into a buffer + later this will be copied from the sector routine into + the sector buffer *************************************************************************/ void @@ -214,9 +214,9 @@ create_pack (pack, SCR, mux_rate) /************************************************************************* - writes specifical system header information into a buffer - later this will be copied from the sector routine into - the sector buffer + writes specifical system header information into a buffer + later this will be copied from the sector routine into + the sector buffer *************************************************************************/ void |