Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
382aaa33
Commit
382aaa33
authored
Oct 22, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/crc: remove gap in AVCRCId enum values
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
657ce888
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
crc.h
libavutil/crc.h
+0
-4
version.h
libavutil/version.h
+0
-3
No files found.
libavutil/crc.h
View file @
382aaa33
...
@@ -53,11 +53,7 @@ typedef enum {
...
@@ -53,11 +53,7 @@ typedef enum {
AV_CRC_32_IEEE
,
AV_CRC_32_IEEE
,
AV_CRC_32_IEEE_LE
,
/*< reversed bitorder version of AV_CRC_32_IEEE */
AV_CRC_32_IEEE_LE
,
/*< reversed bitorder version of AV_CRC_32_IEEE */
AV_CRC_16_ANSI_LE
,
/*< reversed bitorder version of AV_CRC_16_ANSI */
AV_CRC_16_ANSI_LE
,
/*< reversed bitorder version of AV_CRC_16_ANSI */
#if FF_API_CRC_BIG_TABLE
AV_CRC_24_IEEE
=
12
,
#else
AV_CRC_24_IEEE
,
AV_CRC_24_IEEE
,
#endif
/* FF_API_CRC_BIG_TABLE */
AV_CRC_MAX
,
/*< Not part of public API! Do not use outside libavutil. */
AV_CRC_MAX
,
/*< Not part of public API! Do not use outside libavutil. */
}
AVCRCId
;
}
AVCRCId
;
...
...
libavutil/version.h
View file @
382aaa33
...
@@ -130,9 +130,6 @@
...
@@ -130,9 +130,6 @@
#ifndef FF_API_ERROR_FRAME
#ifndef FF_API_ERROR_FRAME
#define FF_API_ERROR_FRAME (LIBAVUTIL_VERSION_MAJOR < 57)
#define FF_API_ERROR_FRAME (LIBAVUTIL_VERSION_MAJOR < 57)
#endif
#endif
#ifndef FF_API_CRC_BIG_TABLE
#define FF_API_CRC_BIG_TABLE (LIBAVUTIL_VERSION_MAJOR < 56)
#endif
#ifndef FF_API_PKT_PTS
#ifndef FF_API_PKT_PTS
#define FF_API_PKT_PTS (LIBAVUTIL_VERSION_MAJOR < 57)
#define FF_API_PKT_PTS (LIBAVUTIL_VERSION_MAJOR < 57)
#endif
#endif
...
...
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