mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 19:01:03 +00:00
avcodec/sheervideo: add missing wrappers to sheervideodata.h
Fixes make fate-source Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
4d89b5f844
commit
9df784db6e
@ -19,6 +19,9 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef AVCODEC_SHEERVIDEODATA_H
|
||||
#define AVCODEC_SHEERVIDEODATA_H
|
||||
|
||||
#include <libavutil/common.h>
|
||||
|
||||
static const uint8_t l_r_rgb[256] = {
|
||||
@ -1091,3 +1094,4 @@ static const uint8_t l_g_rgbxi[1024] = {
|
||||
9, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 6, 6, 4, 4, 3,
|
||||
};
|
||||
|
||||
#endif /* AVCODEC_SHEERVIDEODATA_H */
|
||||
|
Loading…
Reference in New Issue
Block a user