Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
198199c5
Commit
198199c5
authored
Sep 18, 2009
by
Marian Ďurkovič
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libmpeg2: reset decoder when get outpic failed - should fix #3072
parent
1ef06cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/codec/libmpeg2.c
modules/codec/libmpeg2.c
+1
-1
No files found.
modules/codec/libmpeg2.c
View file @
198199c5
...
...
@@ -280,7 +280,7 @@ static picture_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
picture_t
*
p_picture
=
DpbNewPicture
(
p_dec
);
if
(
!
p_picture
)
{
/* Is it ok ? or do we need a reset ? */
Reset
(
p_dec
);
block_Release
(
p_block
);
return
NULL
;
}
...
...
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