Postby ErichJason » 10 Dec 2013 20:35
I have been working on making my own filter, and think I am close to having it working. I am having some trouble implementing it however. I was looking at how the sepia filter fits into the code, and was trying to find out how it was added to the effects and filters ->video effects menu. I was looking in the modules/gui/qt4/ directory, and got into the menus.cpp, and also dialogs_provider.cpp. Where else would I need to add to the code? When I was looking at sepia, I made some changes to modules/video_filter/sepia.c that should've made the filter not work properly, but my changes had no effect, so I became confused as to where to actually look at the code. Thank You