Re: [libav-devel] [PATCH 1/2] movenc: Don't require frame_size to be set for modes other than mov

2012-01-25 Thread Justin Ruggles
On 01/25/2012 05:37 AM, Martin Storsjö wrote: > The field frame_size isn't written to the output anywhere except > than in mov. > > This facilitates stream copy from formats that don't set frame_size. > --- > libavformat/movenc.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >

[libav-devel] [PATCH 1/2] movenc: Don't require frame_size to be set for modes other than mov

2012-01-25 Thread Martin Storsjö
The field frame_size isn't written to the output anywhere except than in mov. This facilitates stream copy from formats that don't set frame_size. --- libavformat/movenc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 9