comparison h264.h @ 10883:4701b9355d93 libavcodec

Add forgotten include of h264_mvpred.h to h264.h. This could have caused the linking failure of pred_pskip_motion() missing if a compiler included never used static functions.
author michael
date Fri, 15 Jan 2010 03:42:56 +0000
parents 7101061bfa0f
children 2aafcafbe1f0
comparison
equal deleted inserted replaced
10882:5d34ab807e91 10883:4701b9355d93
1296 s->current_picture.qscale_table[mb_xy]= s->qscale; 1296 s->current_picture.qscale_table[mb_xy]= s->qscale;
1297 h->slice_table[ mb_xy ]= h->slice_num; 1297 h->slice_table[ mb_xy ]= h->slice_num;
1298 h->prev_mb_skipped= 1; 1298 h->prev_mb_skipped= 1;
1299 } 1299 }
1300 1300
1301 #include "h264_mvpred.h" //For pred_pskip_motion()
1302
1301 #endif /* AVCODEC_H264_H */ 1303 #endif /* AVCODEC_H264_H */