git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9752da9
)
Fix "Crash when removing filters after a video encoder failed to open". Patch by...
author
Antoine Cellerier
<dionoea@videolan.org>
Mon, 25 Aug 2008 15:35:15 +0000
(17:35 +0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Mon, 25 Aug 2008 15:35:15 +0000
(17:35 +0200)
modules/stream_out/transcode.c
patch
|
blob
|
history
diff --git
a/modules/stream_out/transcode.c
b/modules/stream_out/transcode.c
index
416c567
..
1c417c8
100644
(file)
--- a/
modules/stream_out/transcode.c
+++ b/
modules/stream_out/transcode.c
@@
-1953,9
+1953,6
@@
static int transcode_video_process( sout_stream_t *p_stream,
if( transcode_video_encoder_open( p_stream, id ) != VLC_SUCCESS )
{
- filter_chain_Delete( id->p_f_chain );
- if( id->p_uf_chain )
- filter_chain_Delete( id->p_uf_chain );
p_pic->pf_release( p_pic );
transcode_video_close( p_stream, id );
id->b_transcode = false;