mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
Attempt to add MJPEG support
Origin commit data
------------------
Branch: master
Commit: 6ef502de30
Author: samsamsam <samsamsam@o2.pl>
Date: 2019-02-02 (Sat, 02 Feb 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -527,4 +527,22 @@
|
||||
#define wmv_err(...) log_error(__VA_ARGS__)
|
||||
#else
|
||||
#define wmv_err(...)
|
||||
#endif
|
||||
|
||||
/*******************************************
|
||||
* mjpeg
|
||||
*******************************************/
|
||||
#define MJPEG_DEBUG_LEVEL 0
|
||||
#define MJPEG_SILENT
|
||||
|
||||
#if MJPEG_DEBUG_LEVEL
|
||||
#define mjpeg_printf(...) log_printf(MJPEG_DEBUG_LEVEL, __VA_ARGS__)
|
||||
#else
|
||||
#define mjpeg_printf(...)
|
||||
#endif
|
||||
|
||||
#ifndef MJPEG_SILENT
|
||||
#define mjpeg_err(...) log_error(__VA_ARGS__)
|
||||
#else
|
||||
#define mjpeg_err(...)
|
||||
#endif
|
Reference in New Issue
Block a user