Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libaec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Mathis Rosenhauer
libaec
Commits
7b2c73dd
Commit
7b2c73dd
authored
Jul 30, 2014
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shut off clang warnings.
parent
48c008aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/decode.c
src/decode.c
+7
-7
src/encode_accessors.c
src/encode_accessors.c
+1
-1
No files found.
src/decode.c
View file @
7b2c73dd
...
...
@@ -180,13 +180,13 @@ static inline void put_8(struct aec_stream *strm, uint32_t data)
*
strm
->
next_out
++
=
data
;
}
FLUSH
(
msb_32
)
;
FLUSH
(
msb_24
)
;
FLUSH
(
msb_16
)
;
FLUSH
(
lsb_32
)
;
FLUSH
(
lsb_24
)
;
FLUSH
(
lsb_16
)
;
FLUSH
(
8
)
;
FLUSH
(
msb_32
)
FLUSH
(
msb_24
)
FLUSH
(
msb_16
)
FLUSH
(
lsb_32
)
FLUSH
(
lsb_24
)
FLUSH
(
lsb_16
)
FLUSH
(
8
)
static
inline
void
check_rsi_end
(
struct
aec_stream
*
strm
)
{
...
...
src/encode_accessors.c
View file @
7b2c73dd
...
...
@@ -267,6 +267,6 @@ void aec_get_rsi_msb_32(struct aec_stream *strm)
|
(
uint32_t
)
in
[
4
*
i
+
3
];
}
AEC_GET_RSI_NATIVE_32
(
lsb
)
;
AEC_GET_RSI_NATIVE_32
(
lsb
)
#endif
/* !WORDS_BIGENDIAN */
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