Hi,

On Wed, Apr 20, 2011 at 8:03 AM, Clément Bœsch <[email protected]> wrote:
> On Tue, Apr 19, 2011 at 10:30:58PM +0200, Luca Barbato wrote:
>> On 04/19/2011 09:20 PM, Anton Khirnov wrote:
>> > ---
>> >  libavutil/Makefile |    1 -
>> >  libavutil/sha.c    |   24 ---------------------
>> >  libavutil/sha1.h   |   57 
>> > ----------------------------------------------------
>> >  3 files changed, 0 insertions(+), 82 deletions(-)
>> >  delete mode 100644 libavutil/sha1.h
>> >
>>
>> I hope mplayer doesn't need that.
>>
>
> stream/stream_bd.c:    asha = av_malloc(av_sha_size);
> stream/stream_bd.c:    av_sha_init(asha, 160);
> stream/stream_bd.c:    av_sha_update(asha, buf, file_size);
> stream/stream_bd.c:    av_sha_final(asha, discid);

That's good, we removed the sha1_* variant.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to