Mercurial > libavcodec.hg
diff wmv2.c @ 2024:f65d87bfdd5a libavcodec
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
| author | michael |
|---|---|
| date | Tue, 18 May 2004 17:09:46 +0000 |
| parents | 62beeb1a8676 |
| children | 4225c131a2eb |
line wrap: on
line diff
--- a/wmv2.c Tue May 18 01:53:43 2004 +0000 +++ b/wmv2.c Tue May 18 17:09:46 2004 +0000 @@ -59,6 +59,8 @@ ff_init_scantable(s->dsp.idct_permutation, &w->abt_scantable[1], wmv2_scantableB); } +#ifdef CONFIG_ENCODERS + static int encode_ext_header(Wmv2Context *w){ MpegEncContext * const s= &w->s; PutBitContext pb; @@ -84,7 +86,6 @@ return 0; } -#ifdef CONFIG_ENCODERS static int wmv2_encode_init(AVCodecContext *avctx){ Wmv2Context * const w= avctx->priv_data;
