[vlc-devel] commit: Use filter chain in transcode (audio filter2 and video filter2). ( Antoine Cellerier )
Rémi Denis-Courmont
rdenis at simphalempin.com
Wed Jun 4 21:55:32 CEST 2008
Le mercredi 4 juin 2008 14:13:51 git version control, vous avez écrit :
> vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Jun
> 4 00:27:34 2008 +0200| [9675983e20ab9bd6d9784afbf01f72ade9f5a7db]
>
> Use filter chain in transcode (audio filter2 and video filter2).
>
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9675983e20ab9bd6d9
> >784afbf01f72ade9f5a7db
>
> ---
>
> modules/stream_out/transcode.c | 346
> +++++++++++----------------------------- 1 files changed, 93 insertions(+),
> 253 deletions(-)
This would seem to cause this:
./vlc -I rc -vvv music.mp3 \
--sout '#transcode{acodec=s16b}:rtp{dst=239.255.1.1,port-audio=5004}'
Segmentation fault
#0 0xb7f3ee48 in filter_chain_Reset (p_chain=0x0, p_fmt_in=0xb2ef6d44,
p_fmt_out=0x98bdd58) at ../../src/misc/filter_chain.c:95
#1 0xb7090ae6 in transcode_audio_new (p_stream=0x989d88c, id=0x98ad7f8)
at ../../../modules/stream_out/transcode.c:1220
#2 0xb7091ec0 in Add (p_stream=0x989d88c, p_fmt=0x98c3bd0)
at ../../../modules/stream_out/transcode.c:814
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list