mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 19:46:12 -04:00
Commented out recent redundant pix_format definitions
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2808 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -158,10 +158,9 @@ static PixelFormat getFfPixFormatFromV4lPalette( int v4l_version, int palette )
|
||||
pixFormat = PIX_FMT_YUV440P;
|
||||
pixFormat = PIX_FMT_YUVJ440P;
|
||||
pixFormat = PIX_FMT_YUVA420P;
|
||||
pixFormat = PIX_FMT_VDPAU_H264;
|
||||
pixFormat = PIX_FMT_VDPAU_MPEG1;
|
||||
pixFormat = PIX_FMT_VDPAU_MPEG2;
|
||||
pixFormat = PIX_FMT_NB;
|
||||
//pixFormat = PIX_FMT_VDPAU_H264;
|
||||
//pixFormat = PIX_FMT_VDPAU_MPEG1;
|
||||
//pixFormat = PIX_FMT_VDPAU_MPEG2;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -225,9 +224,9 @@ static PixelFormat getFfPixFormatFromV4lPalette( int v4l_version, int palette )
|
||||
pixFormat = PIX_FMT_YUV440P;
|
||||
pixFormat = PIX_FMT_YUVJ440P;
|
||||
pixFormat = PIX_FMT_YUVA420P;
|
||||
pixFormat = PIX_FMT_VDPAU_H264;
|
||||
pixFormat = PIX_FMT_VDPAU_MPEG1;
|
||||
pixFormat = PIX_FMT_VDPAU_MPEG2;
|
||||
//pixFormat = PIX_FMT_VDPAU_H264;
|
||||
//pixFormat = PIX_FMT_VDPAU_MPEG1;
|
||||
//pixFormat = PIX_FMT_VDPAU_MPEG2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user