video: ensure VIDEO_STD_MAX is big enough

Origin commit data
------------------
Branch: master
Commit: b4be13eb84
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-25 (Sat, 25 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-25 22:05:30 +02:00
parent 635019ca7b
commit f1d30de477
4 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ typedef enum {
VIDEO_STD_1080P25,
VIDEO_STD_AUTO,
VIDEO_STD_1080P50, /* SPARK only */
VIDEO_STD_MAX = VIDEO_STD_1080P50
VIDEO_STD_MAX
} VIDEO_STD;
/* not used, for dummy functions */