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
27c1f82f
Commit
27c1f82f
authored
Jun 19, 2014
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nsvdec: remove commented out cruft
parent
edb1af7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
nsvdec.c
libavformat/nsvdec.c
+0
-15
No files found.
libavformat/nsvdec.c
View file @
27c1f82f
...
...
@@ -704,7 +704,6 @@ static int nsv_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
static
int
nsv_read_close
(
AVFormatContext
*
s
)
{
/* int i; */
NSVContext
*
nsv
=
s
->
priv_data
;
av_freep
(
&
nsv
->
nsvs_file_offset
);
...
...
@@ -713,20 +712,6 @@ static int nsv_read_close(AVFormatContext *s)
av_free_packet
(
&
nsv
->
ahead
[
0
]);
if
(
nsv
->
ahead
[
1
].
data
)
av_free_packet
(
&
nsv
->
ahead
[
1
]);
#if 0
for(i=0;i<s->nb_streams;i++) {
AVStream *st = s->streams[i];
NSVStream *ast = st->priv_data;
if(ast){
av_free(ast->index_entries);
av_free(ast);
}
av_free(st->codec->palctrl);
}
#endif
return
0
;
}
...
...
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