[FFmpeg-devel] [PATCH 1/2] avformat/flvenc: omit more metadata elements which specific meaning

Michael Niedermayer michaelni at gmx.at
Sun Jan 4 17:49:07 CET 2015


On Sun, Jan 04, 2015 at 10:55:39AM +0100, Thilo Borgmann wrote:
> Am 03.01.15 um 23:35 schrieb Michael Niedermayer:
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> >  libavformat/flvenc.c |    8 ++++++++
> >  1 file changed, 8 insertions(+)
> > 
> > diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
> > index 5468c4d..eb4c088 100644
> > --- a/libavformat/flvenc.c
> > +++ b/libavformat/flvenc.c
> > @@ -288,6 +288,14 @@ static void write_metadata(AVFormatContext *s, unsigned int ts)
> >              ||!strcmp(tag->key, "audiocodecid")
> >              ||!strcmp(tag->key, "duration")
> >              ||!strcmp(tag->key, "onMetaData")
> > +            ||!strcmp(tag->key, "datasize")
> > +            ||!strcmp(tag->key, "lasttimestamp")
> > +            ||!strcmp(tag->key, "totalframes")
> > +            ||!strcmp(tag->key, "hasAudio")
> > +            ||!strcmp(tag->key, "hasVideo")
> > +            ||!strcmp(tag->key, "hasCuePoints")
> > +            ||!strcmp(tag->key, "hasMetadata")
> > +            ||!strcmp(tag->key, "hasKeframes")
>                                        ^^
> 
> typo?

yes, fixed

locally applied

thanks

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150104/27f34551/attachment.asc>


More information about the ffmpeg-devel mailing list