Re: [libav-devel] [PATCH 2/2] avplay: support mid-stream sample rate changes

2012-10-11 Thread Anton Khirnov
On Mon, 8 Oct 2012 00:04:22 -0400, Justin Ruggles wrote: > Resample to the rate that was configured in SDL. > --- > avplay.c | 35 +-- > 1 files changed, 21 insertions(+), 14 deletions(-) > > diff --git a/avplay.c b/avplay.c > index 9985c1d..3e5456f 100644 >

[libav-devel] [PATCH 2/2] avplay: support mid-stream sample rate changes

2012-10-07 Thread Justin Ruggles
Resample to the rate that was configured in SDL. --- avplay.c | 35 +-- 1 files changed, 21 insertions(+), 14 deletions(-) diff --git a/avplay.c b/avplay.c index 9985c1d..3e5456f 100644 --- a/avplay.c +++ b/avplay.c @@ -164,8 +164,10 @@ typedef struct VideoState