video_common: Removed extern.
The video timing table isn't extern. Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
2a4d0ee04e
commit
156f41affc
1 changed files with 1 additions and 2 deletions
|
@ -383,7 +383,6 @@ void XVidC_ReportTiming(XVidC_VideoTiming *Timing, u8 IsInterlaced);
|
|||
|
||||
/*************************** Variable Declarations ****************************/
|
||||
|
||||
extern const XVidC_VideoTimingMode
|
||||
XVidC_VideoTimingModes[XVIDC_VM_NUM_SUPPORTED];
|
||||
const XVidC_VideoTimingMode XVidC_VideoTimingModes[XVIDC_VM_NUM_SUPPORTED];
|
||||
|
||||
#endif /* XVIDC_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue