[vlc-commits] [Git][videolan/vlc][master] transcode: remove write-only picture chain
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Dec 7 10:47:29 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
f49df0f1 by Steve Lhomme at 2023-12-07T10:19:22+00:00
transcode: remove write-only picture chain
- - - - -
2 changed files:
- modules/stream_out/transcode/transcode.h
- modules/stream_out/transcode/video.c
Changes:
=====================================
modules/stream_out/transcode/transcode.h
=====================================
@@ -97,7 +97,6 @@ struct sout_stream_id_sys_t
vlc_mutex_t lock;
union
{
- vlc_picture_chain_t pic;
struct {
subpicture_t *first;
subpicture_t **last;
=====================================
modules/stream_out/transcode/video.c
=====================================
@@ -283,7 +283,6 @@ int transcode_video_init( sout_stream_t *p_stream, const es_format_t *p_fmt,
"creating video transcoding from fcc=`%4.4s' to fcc=`%4.4s'",
(char*)&p_fmt->i_codec, (char*)&id->p_enccfg->i_codec );
- vlc_picture_chain_Init( &id->fifo.pic );
id->output_fifo = block_FifoNew();
if( id->output_fifo == NULL )
return VLC_ENOMEM;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f49df0f1e8973ce84c23a70265ec90112ea93b7c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f49df0f1e8973ce84c23a70265ec90112ea93b7c
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list