]> git.sesse.net Git - vlc/commit
* ./include/common.h: hton64 is now an inline function.
authorSam Hocevar <sam@videolan.org>
Sat, 5 Jan 2002 02:22:03 +0000 (02:22 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 5 Jan 2002 02:22:03 +0000 (02:22 +0000)
commitaea6698debf9e83fa9fa8f332683ef0798728c2a
tree276b6a2cf32928d5816639b42ff3c48a4a71e3c6
parent53b978f8650fd329bf5298a05c9f8a055ac56fe4
  * ./include/common.h: hton64 is now an inline function.
  * ./src/video_output/vout_pictures.c et al.: vout4 now automatically
    detects when two chroma formats are the same, such as UYVY/Y422, or
    roughly equivalent, such as I420/YV12. Plugins need not worry about
    conversion anymore.
BUGS
include/common.h
include/video.h
plugins/sdl/vout_sdl.c
plugins/x11/xcommon.c
src/video_output/video_output.c
src/video_output/vout_pictures.c