[FFmpeg-devel] [PATCH 9/9] lavf/ffm: use AVOption API to store/restore stream properties

Lukasz Marek lukasz.m.luki2 at gmail.com
Thu Nov 13 12:59:54 CET 2014


On 13 November 2014 01:50, Michael Niedermayer <michaelni at gmx.at> wrote:
>
> > > > I pushed to github current patches too.
> > >
> > > it seems your github tree doesnt pass fate:
> > >
> > > git checkout  lukaszmluki/master
> > > make distclean ; ./configure && make -j12 fate
> > >
> > > --- ./tests/ref/lavf/ffm        2014-11-13 00:12:31.840566628 +0100
> > > +++ tests/data/fate/lavf-ffm    2014-11-13 01:07:06.060635609 +0100
> > > @@ -1,3 +1,3 @@
> > > -16cc0ee04b036c210b2fc85182d748e1 *./tests/data/lavf/lavf.ffm
> > > +2dc0c4555adb5c54fab55e9c9b3fc522 *./tests/data/lavf/lavf.ffm
> > >  376832 ./tests/data/lavf/lavf.ffm
> > >  ./tests/data/lavf/lavf.ffm CRC=0x000e23ae
> > >
> > >
> > have you tested previous versions too? yesterday for example?
>
> yes i had tested a previous one too and it failed the same way
> dont remember when


It is failing because md5 sum of the produced ffm file changed. It has to
change since data is stored as string now, not in binary form.

I updated that and added that change to last commit which cause it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavf-ffm-use-AVOption-API-to-store-restore-stream-pr.patch
Type: text/x-patch
Size: 9078 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141113/3cceeb66/attachment.bin>


More information about the ffmpeg-devel mailing list