[vlc-devel] [PATCH 1/4] chromecast: refactor out encoder option functions

Shaleen Jain shaleen at jain.sh
Fri Dec 7 15:26:03 CET 2018


On Fri, 2018-12-07 at 18:12 +0530, Shaleen Jain wrote:
>          if ( i_codec_video == 0 && p_original_video )         {-            ssout <<
> GetVcodecOption( p_stream, &i_codec_video,-                                     
> &p_original_video->video, i_quality );+            ssout <<
> vlc_sout_renderer_GetVcodecOption( p_stream,+                                        {
> VLC_CODEC_H264, VLC_CODEC_VP9 },

This will be { VLC_CODEC_H264, VLC_CODEC_VP8 }, 
> +                                        &p_original_video->video, i_quality
> );             new_transcoding_state |= TRANSCODING_VIDEO;         }         if (
> p_original_spu )
-- 
Regards,
Shaleen Jain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20181207/f19f4318/attachment.html>


More information about the vlc-devel mailing list