Le mardi 30 septembre 2014, 13:05:56 Vittorio Giovara a écrit :
> From: Timothy Gu <[email protected]>
> 
> Also add a note about SNDCTL_DSP_GETFMTS which may fail even if OSS is
> available.
> 
> CC: [email protected]
> Bug-Id: CID 1238992
> ---
> Also ping on this one.
> Vittorio
> 
>  libavdevice/oss_audio.c | 31 +++++++++++++++++--------------
>  1 file changed, 17 insertions(+), 14 deletions(-)
> 
> diff --git a/libavdevice/oss_audio.c b/libavdevice/oss_audio.c
> index ad52d78..2c47fa0 100644
> --- a/libavdevice/oss_audio.c
> +++ b/libavdevice/oss_audio.c
> @@ -48,6 +48,7 @@ int ff_oss_audio_open(AVFormatContext *s1, int is_output,
>      int audio_fd;
>      int tmp, err;
>      char *flip = getenv("AUDIO_FLIP_LEFT");
> +    char errbuff[50];

Where is fifty coming from? It's not that much - unless maybe you force the 
locale to American English.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to