[FFmpeg-devel] [PATCH]VDPAU patch for VC1 decoding, round 3

Carl Eugen Hoyos cehoyos
Thu Jan 8 01:20:33 CET 2009


Diego Biurrun <diego <at> biurrun.de> writes:

> > --- libavcodec/vdpau_internal.h	(revision 16492)
> > +++ libavcodec/vdpau_internal.h	(working copy)
> > @@ -26,9 +26,14 @@
> >  
> >  #include <stdint.h>
> >  #include "h264.h"
> > +#undef interlaced_dct
> > +#undef mb_intra
> 
> What error do you get without this?

vc1.c: In function 'vc1_pred_mv':
vc1.c:1691: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c: In function 'vc1_pred_b_mv':
vc1.c:1978: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c: In function 'vc1_decode_p_mb':
vc1.c:3143: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3143: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3145: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3149: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3153: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3161: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3172: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3175: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3183: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3184: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3239: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3263: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3266: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3269: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3269: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3272: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3273: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3274: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3310: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3367: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c: In function 'vc1_decode_b_mb':
vc1.c:3413: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3434: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3434: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3438: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3454: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3465: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3474: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3480: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3488: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3488: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3497: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3500: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3505: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3516: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c:3517: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c: In function 'vc1_decode_i_blocks':
vc1.c:3579: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'
vc1.c: In function 'vc1_decode_i_blocks_adv':
vc1.c:3692: error: 'MpegEncContext' has no member named
'mb_intra_is_not_initialized_see_mb_type'

Carl Eugen





More information about the ffmpeg-devel mailing list