Arpi writes: > NEVER put #include *.h files into .h files!!! > > put the #include to the .c filed which requires it. Can you elaborate on the reasons for this? Here, vobsub.c does not require video_out.h. It is only spudec.h that requires it. Kim Minh.