Both Lukas Maly and Jobert reported build problems using WITH_LIBDV since the libdv upgrade. As it turns out these two lines are gone in libdv: libdv/dv_types.h:static const int frame_size_525_60 = 10 * 150 * 80; libdv/dv_types.h:static const int frame_size_625_50 = 12 * 150 * 80; import/decode_dv.c from transcode relies on these so the attached patch just emulates the same behaviour.
State Changed From-To: open->closed Committed, thanks!