mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include "video_lib.h"
|
||||
#include "hal_debug.h"
|
||||
|
||||
#include <hardware_caps.h>
|
||||
#include <proc_tools.h>
|
||||
|
||||
extern "C"
|
||||
@@ -82,36 +83,48 @@ static bool stillpicture = false;
|
||||
static const char *VDEV[] =
|
||||
{
|
||||
"/dev/dvb/adapter0/video0",
|
||||
"/dev/dvb/adapter0/video1"
|
||||
"/dev/dvb/adapter0/video1",
|
||||
"/dev/dvb/adapter0/video2",
|
||||
"/dev/dvb/adapter0/video3"
|
||||
};
|
||||
static const char *VMPEG_aspect[] =
|
||||
{
|
||||
"/proc/stb/vmpeg/0/aspect",
|
||||
"/proc/stb/vmpeg/1/aspect"
|
||||
"/proc/stb/vmpeg/1/aspect",
|
||||
"/proc/stb/vmpeg/2/aspect",
|
||||
"/proc/stb/vmpeg/3/aspect"
|
||||
};
|
||||
|
||||
static const char *VMPEG_xres[] =
|
||||
{
|
||||
"/proc/stb/vmpeg/0/xres",
|
||||
"/proc/stb/vmpeg/1/xres"
|
||||
"/proc/stb/vmpeg/1/xres",
|
||||
"/proc/stb/vmpeg/2/xres",
|
||||
"/proc/stb/vmpeg/3/xres"
|
||||
};
|
||||
|
||||
static const char *VMPEG_yres[] =
|
||||
{
|
||||
"/proc/stb/vmpeg/0/yres",
|
||||
"/proc/stb/vmpeg/1/yres"
|
||||
"/proc/stb/vmpeg/1/yres",
|
||||
"/proc/stb/vmpeg/2/yres",
|
||||
"/proc/stb/vmpeg/3/yres"
|
||||
};
|
||||
|
||||
static const char *VMPEG_dst_all[] =
|
||||
{
|
||||
"/proc/stb/vmpeg/0/dst_all",
|
||||
"/proc/stb/vmpeg/1/dst_all"
|
||||
"/proc/stb/vmpeg/1/dst_all",
|
||||
"/proc/stb/vmpeg/2/dst_all",
|
||||
"/proc/stb/vmpeg/3/dst_all"
|
||||
};
|
||||
|
||||
static const char *VMPEG_framerate[] =
|
||||
{
|
||||
"/proc/stb/vmpeg/0/framerate",
|
||||
"/proc/stb/vmpeg/1/framerate"
|
||||
"/proc/stb/vmpeg/1/framerate",
|
||||
"/proc/stb/vmpeg/2/framerate",
|
||||
"/proc/stb/vmpeg/3/framerate"
|
||||
};
|
||||
|
||||
static const char *VMPEG_visible[] =
|
||||
|
Reference in New Issue
Block a user