[FFmpeg-cvslog] r13046 - in trunk: configure libavcodec/Makefile libavcodec/allcodecs.c libavcodec/libschroedinger.c libavcodec/libschroedinger.h libavcodec/libschroedingerdec.c libavcodec/libschroedingerenc.c
Aurelien Jacobs
aurel
Sun May 4 13:52:58 CEST 2008
diego wrote:
> Author: diego
> Date: Sat May 3 15:59:45 2008
> New Revision: 13046
>
> Log:
> Add Dirac support through libschroedinger.
> patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
>
>
> Added:
> trunk/libavcodec/libschroedinger.c
> trunk/libavcodec/libschroedinger.h
> trunk/libavcodec/libschroedingerdec.c
> trunk/libavcodec/libschroedingerenc.c
> Modified:
> trunk/configure
> trunk/libavcodec/Makefile
> trunk/libavcodec/allcodecs.c
>
>
> Added: trunk/libavcodec/libschroedingerdec.c
> ==============================================================================
> --- (empty file)
> +++ trunk/libavcodec/libschroedingerdec.c Sat May 3 15:59:45
> 2008 @@ -0,0 +1,310 @@
> +/*
> + * Dirac decoder support via Schroedinger libraries
> + * Copyright (c) 2008 BBC, Anuradha Suraparaju <asuraparaju at gmail
> dot com >
> + *
>
> [...]
>
> +/*-------------------------DECODER------------------------------------------*/
In a file called libschroedingerdec.c, such a comment seems pretty much useless
(besides being ugly).
Aurel
More information about the ffmpeg-cvslog
mailing list