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
be3363f6
Commit
be3363f6
authored
Aug 01, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nsv: Drop disabled cruft
parent
b53d8c3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
nsvdec.c
libavformat/nsvdec.c
+0
-4
No files found.
libavformat/nsvdec.c
View file @
be3363f6
...
...
@@ -179,7 +179,6 @@ typedef struct NSVContext {
int16_t
avsync
;
AVRational
framerate
;
uint32_t
*
nsvs_timestamps
;
//DVDemuxContext* dv_demux;
}
NSVContext
;
static
const
AVCodecTag
nsv_codec_video_tags
[]
=
{
...
...
@@ -230,8 +229,6 @@ static int nsv_resync(AVFormatContext *s)
av_log
(
s
,
AV_LOG_TRACE
,
"%s(), offset = %"
PRId64
", state = %d
\n
"
,
__FUNCTION__
,
avio_tell
(
pb
),
nsv
->
state
);
//nsv->state = NSV_UNSYNC;
for
(
i
=
0
;
i
<
NSV_MAX_RESYNC
;
i
++
)
{
if
(
pb
->
eof_reached
)
{
av_log
(
s
,
AV_LOG_TRACE
,
"NSV EOF
\n
"
);
...
...
@@ -286,7 +283,6 @@ static int nsv_parse_NSVf_header(AVFormatContext *s)
return
-
1
;
nsv
->
NSVf_end
=
size
;
//s->file_size = (uint32_t)avio_rl32(pb);
file_size
=
(
uint32_t
)
avio_rl32
(
pb
);
av_log
(
s
,
AV_LOG_TRACE
,
"NSV NSVf chunk_size %u
\n
"
,
size
);
av_log
(
s
,
AV_LOG_TRACE
,
"NSV NSVf file_size %u
\n
"
,
file_size
);
...
...
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