[vlc-devel] Re: Video filter useful for transcoding PAL DV
Antoine Cellerier
dionoea at via.ecp.fr
Wed Apr 18 11:27:01 CEST 2007
Patch looks mostly ok. Some comments:
You should use an int instead of uint8_t to store the configuration
variable (AFAIK, the CPU is faster when using int than uint8_t .... not
that it really matters here)
When no transformation needs to be applied, you should just return the
input picture instead of creating a new one and copying it line by line.
--
Antoine Cellerier
dionoea
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list