]> git.sesse.net Git - ffmpeg/commit
mpegvideo_enc: Don't call ff_h263dsp_init unconditionally
authorMartin Storsjö <martin@martin.st>
Wed, 22 Jan 2014 14:58:36 +0000 (16:58 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 22 Jan 2014 16:42:38 +0000 (18:42 +0200)
commitcff480e49d73640c980922626e57c9889bb4b18d
treebe5d83c644649a320431a31db71b2c3841a2dac6
parent19987fa18ceafce5e6bc4eca7d130b29688b2ebd
mpegvideo_enc: Don't call ff_h263dsp_init unconditionally

This fixes builds with e.g. --disable-decoders --disable-encoders
--enable-encoder=mjpeg.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/mpegvideo_enc.c