[FFmpeg-devel] [RFC/PATCH 5/8] tidsp: add init/close
Michael Niedermayer
michaelni
Tue Sep 7 12:09:15 CEST 2010
On Mon, Sep 06, 2010 at 01:15:32AM +0300, Felipe Contreras wrote:
> Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>
> ---
> libavcodec/tidsp_mpeg4.c | 28 ++++++++++++++++++++++++++++
> 1 files changed, 28 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/tidsp_mpeg4.c b/libavcodec/tidsp_mpeg4.c
> index 3c3190d..1ed2e90 100644
> --- a/libavcodec/tidsp_mpeg4.c
> +++ b/libavcodec/tidsp_mpeg4.c
> @@ -8,8 +8,34 @@
> * in the packaging of this file.
> */
>
> +#include "tidsp/tidsp.h"
> +
> #include "avcodec.h"
>
> +struct td_av_context {
> + struct td_context *td_ctx;
> +};
why this wraper struct?
and tabs are forbidden in ffmpeg
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Into a blind darkness they enter who follow after the Ignorance,
they as if into a greater darkness enter who devote themselves
to the Knowledge alone. -- Isha Upanishad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100907/a03efb4b/attachment.pgp>
More information about the ffmpeg-devel
mailing list