mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
raspi: first implementation of PIG in AVDec
This commit is contained in:
@@ -29,7 +29,7 @@ struct packet_t
|
||||
#define MSG_STOP 3
|
||||
#define MSG_PAUSE 4
|
||||
#define MSG_NEW_CHANNEL 5
|
||||
#define MSG_ZOOM 6
|
||||
#define MSG_PIG 6
|
||||
#define MSG_SET_ASPECT_4_3 7
|
||||
#define MSG_SET_ASPECT_16_9 8
|
||||
#define MSG_SET_VOLUME 9
|
||||
@@ -64,6 +64,13 @@ struct codec_t
|
||||
int first_packet;
|
||||
};
|
||||
|
||||
struct pig_params_t{
|
||||
int x;
|
||||
int y;
|
||||
int w;
|
||||
int h;
|
||||
};
|
||||
|
||||
struct codecs_t {
|
||||
pthread_mutex_t playback_mutex; /* Locked by the thread with access to playback - htsp/avplay/etc */
|
||||
|
||||
|
Reference in New Issue
Block a user