Commit 9df784db authored by James Almer's avatar James Almer

avcodec/sheervideo: add missing wrappers to sheervideodata.h

Fixes make fate-source
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 4d89b5f8
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment