]> git.sesse.net Git - vlc/commit
* configure.ac: fix for wxWindows headers detection.
authorGildas Bazin <gbazin@videolan.org>
Fri, 24 Oct 2003 21:27:07 +0000 (21:27 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 24 Oct 2003 21:27:07 +0000 (21:27 +0000)
commit1a67448183a9c5ab7b5b427fb80d2d1a2e34ff8d
treee8cb8d6908d21389f85bba8b2469c502d9e70d37
parent170d7aa695e5af0cf0510d916e7effe2db12ea76
* configure.ac: fix for wxWindows headers detection.
* all: changed the prototype of vout_AllocatePicture() and vout_InitPicture().
* src/video_output/vout_pictures.c: new vout_InitFormat() function that initialises a video_frame_format_t structure.
* include/vlc_video.h: extended video_frame_format_t.
* modules/codec/rawvideo.c: ported to the new decoder api.
* modules/video_output/x11/*: simplifications.
12 files changed:
configure.ac
include/video_output.h
include/vlc_common.h
include/vlc_video.h
modules/access/v4l/v4l.c
modules/codec/rawvideo.c
modules/misc/dummy/vout.c
modules/stream_out/transcode.c
modules/video_filter/filter_common.h
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.h
src/video_output/vout_pictures.c