Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
db6e26d7
Commit
db6e26d7
authored
Apr 16, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().
parent
83632cbb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
dv_tablegen.h
libavcodec/dv_tablegen.h
+1
-2
No files found.
libavcodec/dv_tablegen.h
View file @
db6e26d7
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
#include <stdint.h>
#include <stdint.h>
#include "libavutil/attributes.h"
#include "dv_vlc_data.h"
#include "dv_vlc_data.h"
#if CONFIG_SMALL
#if CONFIG_SMALL
...
@@ -48,7 +47,7 @@ typedef struct dv_vlc_pair {
...
@@ -48,7 +47,7 @@ typedef struct dv_vlc_pair {
#else
#else
static
struct
dv_vlc_pair
dv_vlc_map
[
DV_VLC_MAP_RUN_SIZE
][
DV_VLC_MAP_LEV_SIZE
];
static
struct
dv_vlc_pair
dv_vlc_map
[
DV_VLC_MAP_RUN_SIZE
][
DV_VLC_MAP_LEV_SIZE
];
static
void
av_unused
dv_vlc_map_tableinit
(
void
)
static
void
dv_vlc_map_tableinit
(
void
)
{
{
int
i
,
j
;
int
i
,
j
;
for
(
i
=
0
;
i
<
NB_DV_VLC
-
1
;
i
++
)
{
for
(
i
=
0
;
i
<
NB_DV_VLC
-
1
;
i
++
)
{
...
...
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