I've read the tutorials found on this site Adding new CODEC to ffmpeg
but I can't seem to apply them to my situation. I have a Mpeg-4 based proprietary codec used in a CCTV system. I'd like to decode it back into the base Mpeg-4 or other format. The codec is dll based - where the dll is found in my c:/Windows folder. I followed the steps in the Cook tutorial (http://wiki.multimedia.cx/index.php?title=FFmpeg_codec_howto)- but am lost on developing my own .c file similar to the libavcodec/cook.c - can I not point to the dll file for this?