On Thu, Mar 12, 2015 at 7:58 PM, Luca Barbato <[email protected]> wrote: > On 12/03/15 19:57, Alexandra Hájková wrote: >> >> The old one is the result of the reverse engineering and guesswork. >> The new one has been written following the now-available specification. >> >> This work is part of Outreach Program for Women Summer 2014 activities >> for the Libav project. >> >> The fate references had to be changed because the old demuxer truncates >> the last frame in some cases, the new one handles it properly. >> The seek-test reference is changed because seeking works differently >> in the new demuxer. When seeking, the packet is not read from the stream >> directly, but it is rather constructed by the demuxer. That is why >> position is -1 now in the reference. >> --- >> libavformat/asf.h | 21 - >> libavformat/asfdec.c | 2500 >> +++++++++++++++++++++-------------------- >> libavformat/asfenc.c | 24 +- >> tests/fate/wma.mak | 2 +- >> tests/ref/fate/lossless-wma | 2 +- >> tests/ref/fate/wmv8-drm-nodec | 1 - >> tests/ref/seek/lavf-asf | 54 +- >> 7 files changed, 1363 insertions(+), 1241 deletions(-) >> > > What did you change here exactly? > > lu
I accidentaly changed asfenc in the previous patch > > > _______________________________________________ > libav-devel mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-devel _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
