mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed obsolete constant
This commit is contained in:
parent
e639e3a76a
commit
03245bdaf6
7
device.c
7
device.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: device.c 2.20 2009/06/01 14:08:45 kls Exp $
|
* $Id: device.c 2.21 2009/06/01 15:07:03 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
@ -19,11 +19,6 @@
|
|||||||
#include "status.h"
|
#include "status.h"
|
||||||
#include "transfer.h"
|
#include "transfer.h"
|
||||||
|
|
||||||
const char *VideoAspectString[] = { "4:3",
|
|
||||||
"16:9",
|
|
||||||
"2.21:1"
|
|
||||||
};
|
|
||||||
|
|
||||||
// --- cLiveSubtitle ---------------------------------------------------------
|
// --- cLiveSubtitle ---------------------------------------------------------
|
||||||
|
|
||||||
class cLiveSubtitle : public cReceiver {
|
class cLiveSubtitle : public cReceiver {
|
||||||
|
4
device.h
4
device.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: device.h 2.13 2009/06/01 14:07:55 kls Exp $
|
* $Id: device.h 2.14 2009/06/01 15:07:10 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DEVICE_H
|
#ifndef __DEVICE_H
|
||||||
@ -56,8 +56,6 @@ enum eVideoSystem { vsPAL,
|
|||||||
vsNTSC
|
vsNTSC
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const char *VideoAspectString[];
|
|
||||||
|
|
||||||
enum eVideoDisplayFormat { vdfPanAndScan,
|
enum eVideoDisplayFormat { vdfPanAndScan,
|
||||||
vdfLetterBox,
|
vdfLetterBox,
|
||||||
vdfCenterCutOut
|
vdfCenterCutOut
|
||||||
|
Loading…
Reference in New Issue
Block a user