On 11/4/2016 9:54 PM, Michael Niedermayer wrote:
> On Fri, Nov 04, 2016 at 07:59:48PM -0300, James Almer wrote:
>> On 11/4/2016 3:12 PM, Michael Niedermayer wrote:
>>> On Fri, Nov 04, 2016 at 12:57:39PM -0300, James Almer wrote:
On 11/4/2016 9:43 AM, Michael Niedermayer wrote:
> The bitstr
On Fri, Nov 04, 2016 at 07:59:48PM -0300, James Almer wrote:
> On 11/4/2016 3:12 PM, Michael Niedermayer wrote:
> > On Fri, Nov 04, 2016 at 12:57:39PM -0300, James Almer wrote:
> >> On 11/4/2016 9:43 AM, Michael Niedermayer wrote:
> >>> The bitstream filters do not work with merged in side data
> >
On 11/4/2016 3:12 PM, Michael Niedermayer wrote:
> On Fri, Nov 04, 2016 at 12:57:39PM -0300, James Almer wrote:
>> On 11/4/2016 9:43 AM, Michael Niedermayer wrote:
>>> The bitstream filters do not work with merged in side data
>>>
>>> This leaves the input packet split if it is being split.
>>> It
On 11/4/2016 3:12 PM, Michael Niedermayer wrote:
> On Fri, Nov 04, 2016 at 12:57:39PM -0300, James Almer wrote:
>> On 11/4/2016 9:43 AM, Michael Niedermayer wrote:
>>> The bitstream filters do not work with merged in side data
>>>
>>> This leaves the input packet split if it is being split.
>>> It
On Fri, Nov 04, 2016 at 12:57:39PM -0300, James Almer wrote:
> On 11/4/2016 9:43 AM, Michael Niedermayer wrote:
> > The bitstream filters do not work with merged in side data
> >
> > This leaves the input packet split if it is being split.
> > It could be merged again, if thats preferred ? That wo
On 11/4/2016 9:43 AM, Michael Niedermayer wrote:
> The bitstream filters do not work with merged in side data
>
> This leaves the input packet split if it is being split.
> It could be merged again, if thats preferred ? That would involve
> an extra malloc and memcpy though
Since side data is bei
The bitstream filters do not work with merged in side data
This leaves the input packet split if it is being split.
It could be merged again, if thats preferred ? That would involve
an extra malloc and memcpy though
Signed-off-by: Michael Niedermayer
---
libavformat/mux.c | 3 +++
1 file change