Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
3e7e6c28
Commit
3e7e6c28
authored
Feb 23, 2017
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codec: faad: reset date on error
parent
662b0e8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/codec/faad.c
modules/codec/faad.c
+1
-0
No files found.
modules/codec/faad.c
View file @
3e7e6c28
...
@@ -410,6 +410,7 @@ static int DecodeBlock( decoder_t *p_dec, block_t *p_block )
...
@@ -410,6 +410,7 @@ static int DecodeBlock( decoder_t *p_dec, block_t *p_block )
{
{
msg_Warn
(
p_dec
,
"invalid channels count: %i"
,
frame
.
channels
);
msg_Warn
(
p_dec
,
"invalid channels count: %i"
,
frame
.
channels
);
FlushBuffer
(
p_sys
,
frame
.
bytesconsumed
);
FlushBuffer
(
p_sys
,
frame
.
bytesconsumed
);
date_Set
(
&
p_sys
->
date
,
VLC_TS_INVALID
);
return
VLCDEC_SUCCESS
;
return
VLCDEC_SUCCESS
;
}
}
...
...
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