[vlc-devel] [PATCH] Add x265 params support to VLC streaming module

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed Jun 8 14:35:31 CEST 2016


On 6/8/2016 12:55 PM, Mahesh wrote:
> ---
>  modules/codec/Makefile.am                          |    4 +-
>  modules/codec/x265.c                               | 1072 +++++++++++++++++---
>  .../gui/qt/components/sout/profile_selector.cpp    |   20 +-
>  3 files changed, 975 insertions(+), 121 deletions(-)

Any particular reason this does not use {x265_}param_parse from
the x26 API? It would be a lot more stable when x265 changes its
API/ABI, compared to setting all these struct members manually.

- Derek


More information about the vlc-devel mailing list