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
a9ad8867
Commit
a9ad8867
authored
Mar 29, 2020
by
Andreas Rheinhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/smacker: Remove unused structure
Signed-off-by:
Andreas Rheinhardt
<
andreas.rheinhardt@gmail.com
>
parent
b6ebc5ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
smacker.c
libavformat/smacker.c
+0
-5
No files found.
libavformat/smacker.c
View file @
a9ad8867
...
...
@@ -61,11 +61,6 @@ typedef struct SmackerContext {
int64_t
aud_pts
[
7
];
}
SmackerContext
;
typedef
struct
SmackerFrame
{
int64_t
pts
;
int
stream
;
}
SmackerFrame
;
/* palette used in Smacker */
static
const
uint8_t
smk_pal
[
64
]
=
{
0x00
,
0x04
,
0x08
,
0x0C
,
0x10
,
0x14
,
0x18
,
0x1C
,
...
...
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