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
bea91b8c
Commit
bea91b8c
authored
Jun 06, 2008
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless img_read_close().
Originally committed as revision 13674 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
23779221
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
img2.c
libavformat/img2.c
+1
-7
No files found.
libavformat/img2.c
View file @
bea91b8c
...
...
@@ -303,11 +303,6 @@ static int img_read_packet(AVFormatContext *s1, AVPacket *pkt)
}
}
static
int
img_read_close
(
AVFormatContext
*
s1
)
{
return
0
;
}
#ifdef CONFIG_MUXERS
/******************************************************/
/* image output */
...
...
@@ -384,7 +379,7 @@ AVInputFormat image2_demuxer = {
image_probe
,
img_read_header
,
img_read_packet
,
img_read_close
,
NULL
,
NULL
,
NULL
,
AVFMT_NOFILE
,
...
...
@@ -398,7 +393,6 @@ AVInputFormat image2pipe_demuxer = {
NULL
,
/* no probe */
img_read_header
,
img_read_packet
,
img_read_close
,
};
#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