Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
8ba3e5d8
Commit
8ba3e5d8
authored
Nov 14, 2006
by
Michael Niedermayer
Browse files
resync from last syncpoint
Originally committed as revision 7075 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a26353e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavformat/nutdec.c
libavformat/nutdec.c
+1
-1
No files found.
libavformat/nutdec.c
View file @
8ba3e5d8
...
@@ -773,7 +773,7 @@ static int nut_read_packet(AVFormatContext *s, AVPacket *pkt)
...
@@ -773,7 +773,7 @@ static int nut_read_packet(AVFormatContext *s, AVPacket *pkt)
default:
default:
resync:
resync:
av_log
(
s
,
AV_LOG_DEBUG
,
"syncing from %"
PRId64
"
\n
"
,
pos
);
av_log
(
s
,
AV_LOG_DEBUG
,
"syncing from %"
PRId64
"
\n
"
,
pos
);
tmp
=
find_any_startcode
(
bc
,
pos
+
1
);
tmp
=
find_any_startcode
(
bc
,
nut
->
last_syncpoint_
pos
+
1
);
if
(
tmp
==
0
)
if
(
tmp
==
0
)
return
-
1
;
return
-
1
;
av_log
(
s
,
AV_LOG_DEBUG
,
"sync
\n
"
);
av_log
(
s
,
AV_LOG_DEBUG
,
"sync
\n
"
);
...
...
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