Commit 4d89b5f8 authored by James Almer's avatar James Almer

avcodec/clearvideo: add missing wrappers to clearvideodata.h

Fixes make fate-source
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent f3fae820
......@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_CLEARVIDEODATA_H
#define AVCODEC_CLEARVIDEODATA_H
#include "libavutil/common.h"
#define NUM_DC_CODES 127
......@@ -1826,4 +1829,4 @@ static const uint16_t clv_biasv_2_syms[] = {
0x004C, 0x0050, 0x0054, 0x0100,
};
#endif /* AVCODEC_CLEARVIDEODATA_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