comparison libvo/vo_yuv4mpeg.c @ 13787:e047e70a9767

Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
author diego
date Thu, 28 Oct 2004 01:15:53 +0000
parents 01cc6b0a6e72
children 367ba4601d47
comparison
equal deleted inserted replaced
13786:ad29267afe7a 13787:e047e70a9767
36 #include "help_mp.h" 36 #include "help_mp.h"
37 37
38 #include "sub.h" 38 #include "sub.h"
39 39
40 #include "fastmemcpy.h" 40 #include "fastmemcpy.h"
41 #include "../postproc/rgb2rgb.h" 41 #include "postproc/rgb2rgb.h"
42 #include "../libmpcodecs/vf_scale.h" 42 #include "libmpcodecs/vf_scale.h"
43 43
44 static vo_info_t info = 44 static vo_info_t info =
45 { 45 {
46 "yuv4mpeg output for mjpegtools (to \"stream.yuv\")", 46 "yuv4mpeg output for mjpegtools (to \"stream.yuv\")",
47 "yuv4mpeg", 47 "yuv4mpeg",