Signed-off-by: Lewis Fox
---
This is an implementation for #4448, adding support for embedding attached
cover art to OGG files. I had a need for the feature for a setup I was using,
and had written a patch for it about half a year ago. I had forgotten to submit
it back then, though. I
+01:00, Lewis Fox :
>
> > I originally planned on putting a shared function for writing the elementary
> > stream descriptor in mov_esds.c, along side the function that reads the
> > elementary stream descriptor. However, the implementation in movenc.c used
> > the MOVTrac
From: Lewis Fox
Signed-off-by: Lewis Fox
---
libavformat/cafenc.c | 61 --
libavformat/mov.c | 1 +
libavformat/mov_esds.c | 1 -
3 files changed, 54 insertions(+), 9 deletions(-)
diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c
index
I was messing around with the CAFF support, and noticed that muxing AAC had
been noted as unsupported for a long time. I looked into it, and realized that
by using code from movenc.c, this could be fairly trivially added.
I tested this implementation by playing the resulting CAFF files in Quickt
I was messing around with the CAFF support, and noticed that muxing AAC had
been noted as unsupported for a long time. I looked into it, and realized that
by using code from movenc.c, this could be fairly trivially added.
I tested this implementation by playing the resulting CAFF files in Quickt
I was messing around with the CAFF support, and noticed that muxing AAC had
been noted as unsupported for a long time. I looked into it, and realized that
by using code from movenc.c, this could be fairly trivially added.
I tested this implementation by playing the resulting CAFF files in Quickt