On Fri, Aug 8, 2014 at 6:35 PM, Michael Niedermayer
wrote:
> On Fri, Aug 08, 2014 at 10:37:06AM -0700, Mark Reid wrote:
> > ---
> > libavformat/movenc.c | 25 +++--
> > 1 file changed, 23 insertions(+), 2 deletions(-)
> >
> > diff --git a/libavformat/movenc.c b/libavformat/mo
On Fri, Aug 08, 2014 at 10:37:06AM -0700, Mark Reid wrote:
> ---
> libavformat/movenc.c | 25 +++--
> 1 file changed, 23 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/movenc.c b/libavformat/movenc.c
> index 86dbe7f..fe4413c 100644
> --- a/libavformat/movenc.c
> ++
On Fri, Aug 08, 2014 at 10:37:06AM -0700, Mark Reid wrote:
> ---
> libavformat/movenc.c | 25 +++--
> 1 file changed, 23 insertions(+), 2 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Rewriting code that is poo
---
libavformat/movenc.c | 25 +++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 86dbe7f..fe4413c 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -1340,6 +1340,16 @@ static int mov_write_rtp_ta
hi,
My last patch added read support, now this on adds write support for reel names
in tcmd atoms, as documented here:
https://developer.apple.com/library/mac/documentation/quicktime/qtff/QTFFChap3/qtff3.html/apple_ref/doc/uid/TP4939-CH205-57409#//apple_ref/doc/uid/TP4939-CH205-69831
Th