Re: [libav-devel] [PATCH] api-example: update to new audio encoding API.

2012-08-01 Thread Justin Ruggles
On 08/01/2012 02:35 AM, Anton Khirnov wrote: > --- > libavcodec/api-example.c | 137 > -- > 1 file changed, 120 insertions(+), 17 deletions(-) LGTM -Justin ___ libav-devel mailing list libav-devel@libav.or

[libav-devel] [PATCH] api-example: update to new audio encoding API.

2012-07-31 Thread Anton Khirnov
--- libavcodec/api-example.c | 137 -- 1 file changed, 120 insertions(+), 17 deletions(-) diff --git a/libavcodec/api-example.c b/libavcodec/api-example.c index 93d6c22..bef15dd 100644 --- a/libavcodec/api-example.c +++ b/libavcodec/api-example.c @@ -3