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
49e9a4bf
Commit
49e9a4bf
authored
Nov 09, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add multiple inclusion guards
Originally committed as revision 10986 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
cb0d8a5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
intrax8.h
libavcodec/intrax8.h
+5
-0
intrax8huf.h
libavcodec/intrax8huf.h
+5
-0
No files found.
libavcodec/intrax8.h
View file @
49e9a4bf
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef FFMPEG_INTRAX8_H
#define FFMPEG_INTRAX8_H
typedef
struct
{
VLC
*
j_ac_vlc
[
4
];
//they point to the static j_mb_vlc
VLC
*
j_orient_vlc
;
...
...
@@ -46,3 +49,5 @@ typedef struct{
void
ff_intrax8_common_init
(
IntraX8Context
*
w
,
MpegEncContext
*
const
s
);
int
ff_intrax8_decode_picture
(
IntraX8Context
*
w
,
int
quant
,
int
halfpq
);
#endif
/* FFMPEG_INTRAX8_H */
libavcodec/intrax8huf.h
View file @
49e9a4bf
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef FFMPEG_INTRAX8HUF_H
#define FFMPEG_INTRAX8HUF_H
#include <inttypes.h>
...
...
@@ -911,3 +914,5 @@ const uint16_t ff_x8_ac1_highquant_table[8][77][2]={
}
};
#define MAX_AC_VLC_BITS 16
#endif
/* FFMPEG_INTRAX8HUF_H */
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