[vlc-devel] [PATCH 1/2] mux: avi: add A-law (fix #16808)

Jean-Baptiste Kempf jb at videolan.org
Fri Apr 15 17:39:03 CEST 2016


LGTM if tested.

On 15 Apr, Tristan Matthews wrote :
> ---
>  modules/mux/avi.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/modules/mux/avi.c b/modules/mux/avi.c
> index d55e665..882d53d 100644
> --- a/modules/mux/avi.c
> +++ b/modules/mux/avi.c
> @@ -368,6 +368,9 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
>                  case VLC_CODEC_WMAL:
>                      p_wf->wFormatTag = WAVE_FORMAT_WMAL;
>                      break;
> +                case VLC_CODEC_ALAW:
> +                    p_wf->wFormatTag = WAVE_FORMAT_ALAW;
> +                    break;
>                      /* raw codec */
>                  case VLC_CODEC_U8:
>                      p_wf->wFormatTag = WAVE_FORMAT_PCM;
> -- 
> 2.8.0.rc3
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list