Re: [FFmpeg-devel] [PATCH 1/3] lavd/alsa: set frame_size field.

2015-02-19 Thread Nicolas George
Le primidi 1er ventôse, an CCXXIII, Michael Niedermayer a écrit : > doesnt this also set it for the muxer ? > otherwise it is probably ok but you know this code better than i do ... True, I had not thought long enough to see that it could cause problems. I have moved that to the demuxer, I will se

Re: [FFmpeg-devel] [PATCH 1/3] lavd/alsa: set frame_size field.

2015-02-18 Thread Michael Niedermayer
On Mon, Feb 16, 2015 at 10:22:15PM +0100, Nicolas George wrote: > The value tells the typical size of a packet from the demuxer. > > Signed-off-by: Nicolas George > --- > libavdevice/alsa-audio-common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavdevice/alsa-au

[FFmpeg-devel] [PATCH 1/3] lavd/alsa: set frame_size field.

2015-02-16 Thread Nicolas George
The value tells the typical size of a packet from the demuxer. Signed-off-by: Nicolas George --- libavdevice/alsa-audio-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/alsa-audio-common.c b/libavdevice/alsa-audio-common.c index bf876ed..f4b86bb 100644 ---