mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-31 09:20:58 +02:00
generic/cVideo: implement setAspectRatio / setVideoSystem
Origin commit data
------------------
Branch: master
Commit: 4cb2f75305
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-05 (Sun, 05 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
#include <vector>
|
||||
#include <linux/dvb/video.h>
|
||||
#include "../common/cs_types.h"
|
||||
extern "C" {
|
||||
#include <libavutil/rational.h>
|
||||
}
|
||||
|
||||
typedef enum {
|
||||
ANALOG_SD_RGB_CINCH = 0x00,
|
||||
@@ -197,7 +199,11 @@ class cVideo : public OpenThreads::Thread
|
||||
bool w_h_changed;
|
||||
bool thread_running;
|
||||
VIDEO_FORMAT v_format;
|
||||
VIDEO_STD v_std;
|
||||
OpenThreads::Mutex buf_m;
|
||||
DISPLAY_AR display_aspect;
|
||||
DISPLAY_AR_MODE display_crop;
|
||||
int output_h;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user