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 <michae...@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.
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel