Re: [libav-devel] [PATCH 3/8] mlpdec: store the channel layout for each substream.

2012-12-29 Thread Tim W.
On Dec 29, 2012, at 3:49 PM, Justin Ruggles wrote: > On 12/28/2012 08:05 PM, Tim Walker wrote: >> --- >> libavcodec/mlpdec.c | 17 + >> 1 file changed, 17 insertions(+) >> >> diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c >> index 3852f6e..6af3a71 100644 >> --- a/libavco

Re: [libav-devel] [PATCH 3/8] mlpdec: store the channel layout for each substream.

2012-12-29 Thread Justin Ruggles
On 12/28/2012 08:05 PM, Tim Walker wrote: > --- > libavcodec/mlpdec.c | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c > index 3852f6e..6af3a71 100644 > --- a/libavcodec/mlpdec.c > +++ b/libavcodec/mlpdec.c > @@ -28,6 +28,7 @@

[libav-devel] [PATCH 3/8] mlpdec: store the channel layout for each substream.

2012-12-28 Thread Tim Walker
--- libavcodec/mlpdec.c | 17 + 1 file changed, 17 insertions(+) diff --git a/libavcodec/mlpdec.c b/libavcodec/mlpdec.c index 3852f6e..6af3a71 100644 --- a/libavcodec/mlpdec.c +++ b/libavcodec/mlpdec.c @@ -28,6 +28,7 @@ #include "avcodec.h" #include "libavutil/intreadwrite.h