diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 581848be16f4ad26158c0c29b2d2db6cbe5b12bd..8b8c4fec1ca6ab9c3535ad962ed1f5df470bdecb 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -4109,11 +4109,6 @@ int main(void){ uint8_t temp[SIZE]; PutBitContext pb; GetBitContext gb; - DSPContext dsp; - AVCodecContext avctx; - - avctx.av_class = avcodec_get_class(); - dsputil_init(&dsp, &avctx); init_put_bits(&pb, temp, SIZE); printf("testing unsigned exp golomb\n");