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
9d099b9a
Commit
9d099b9a
authored
Jul 27, 2013
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
targa_y216dec: remove empty function
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
0909f3ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
targa_y216dec.c
libavcodec/targa_y216dec.c
+0
-7
No files found.
libavcodec/targa_y216dec.c
View file @
9d099b9a
...
...
@@ -72,19 +72,12 @@ static int y216_decode_frame(AVCodecContext *avctx, void *data,
return
avpkt
->
size
;
}
static
av_cold
int
y216_decode_close
(
AVCodecContext
*
avctx
)
{
return
0
;
}
AVCodec
ff_targa_y216_decoder
=
{
.
name
=
"targa_y216"
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
.
id
=
AV_CODEC_ID_TARGA_Y216
,
.
init
=
y216_decode_init
,
.
decode
=
y216_decode_frame
,
.
close
=
y216_decode_close
,
.
capabilities
=
CODEC_CAP_DR1
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Pinnacle TARGA CineWave YUV16"
),
};
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