Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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
vlc-1.1
Commits
a9299a6f
Commit
a9299a6f
authored
Jan 26, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Removed dead code.
parent
99401fc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
src/input/input_ext-dec.c
src/input/input_ext-dec.c
+0
-17
No files found.
src/input/input_ext-dec.c
View file @
a9299a6f
...
...
@@ -128,23 +128,6 @@ void NextDataPacket( bit_stream_t * p_bit_stream )
}
}
void
OldKludge
(
bit_stream_t
*
p_bit_stream
)
{
WORD_TYPE
buffer_left
;
ptrdiff_t
i_bytes_left
;
/* Put the remaining bytes (not aligned on a word boundary) in a
* temporary buffer. */
i_bytes_left
=
p_bit_stream
->
p_end
-
p_bit_stream
->
p_byte
;
buffer_left
=
*
((
WORD_TYPE
*
)
p_bit_stream
->
p_end
-
1
);
p_bit_stream
->
pf_next_data_packet
(
p_bit_stream
);
/* Copy remaining bits of the previous packet */
*
((
WORD_TYPE
*
)
p_bit_stream
->
p_byte
-
1
)
=
buffer_left
;
p_bit_stream
->
p_byte
-=
i_bytes_left
;
}
/*****************************************************************************
* UnalignedShowBits : return i_bits bits from the bit stream, even when
* not aligned on a word boundary
...
...
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