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
a26353e2
Commit
a26353e2
authored
Nov 14, 2006
by
Michael Niedermayer
Browse files
remove skip spam
Originally committed as revision 7074 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ee50a7c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
libavformat/nutdec.c
libavformat/nutdec.c
+0
-1
No files found.
libavformat/nutdec.c
View file @
a26353e2
...
@@ -191,7 +191,6 @@ static int nut_probe(AVProbeData *p){
...
@@ -191,7 +191,6 @@ static int nut_probe(AVProbeData *p){
static
int
skip_reserved
(
ByteIOContext
*
bc
,
int64_t
pos
){
static
int
skip_reserved
(
ByteIOContext
*
bc
,
int64_t
pos
){
pos
-=
url_ftell
(
bc
);
pos
-=
url_ftell
(
bc
);
av_log
(
NULL
,
AV_LOG_ERROR
,
"skip %d
\n
"
,
(
int
)
pos
);
if
(
pos
<
0
){
if
(
pos
<
0
){
url_fseek
(
bc
,
pos
,
SEEK_CUR
);
url_fseek
(
bc
,
pos
,
SEEK_CUR
);
return
-
1
;
return
-
1
;
...
...
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