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
ae35d91d
Commit
ae35d91d
authored
Apr 03, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h261: Move ff_h261_rl_table_store declaration to header file
parent
28a807e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
h261.h
libavcodec/h261.h
+2
-0
h261dec.c
libavcodec/h261dec.c
+0
-2
h261enc.c
libavcodec/h261enc.c
+0
-2
No files found.
libavcodec/h261.h
View file @
ae35d91d
...
@@ -48,4 +48,6 @@ typedef struct H261Context{
...
@@ -48,4 +48,6 @@ typedef struct H261Context{
#define MB_TYPE_H261_FIL 0x800000
#define MB_TYPE_H261_FIL 0x800000
extern
uint8_t
ff_h261_rl_table_store
[
2
][
2
*
MAX_RUN
+
MAX_LEVEL
+
3
];
#endif
/* AVCODEC_H261_H */
#endif
/* AVCODEC_H261_H */
libavcodec/h261dec.c
View file @
ae35d91d
...
@@ -39,8 +39,6 @@
...
@@ -39,8 +39,6 @@
#define MBA_STUFFING 33
#define MBA_STUFFING 33
#define MBA_STARTCODE 34
#define MBA_STARTCODE 34
extern
uint8_t
ff_h261_rl_table_store
[
2
][
2
*
MAX_RUN
+
MAX_LEVEL
+
3
];
static
VLC
h261_mba_vlc
;
static
VLC
h261_mba_vlc
;
static
VLC
h261_mtype_vlc
;
static
VLC
h261_mtype_vlc
;
static
VLC
h261_mv_vlc
;
static
VLC
h261_mv_vlc
;
...
...
libavcodec/h261enc.c
View file @
ae35d91d
...
@@ -31,8 +31,6 @@
...
@@ -31,8 +31,6 @@
#include "h261.h"
#include "h261.h"
#include "h261data.h"
#include "h261data.h"
extern
uint8_t
ff_h261_rl_table_store
[
2
][
2
*
MAX_RUN
+
MAX_LEVEL
+
3
];
static
void
h261_encode_block
(
H261Context
*
h
,
int16_t
*
block
,
static
void
h261_encode_block
(
H261Context
*
h
,
int16_t
*
block
,
int
n
);
int
n
);
...
...
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