OSDN Git Service

Refine VA_FOOL, and delete the hard coded clip va_fool_264.h
[android-x86/hardware-intel-common-libva.git] / va / va_fool.h
index a3d0a92..ba11b50 100644 (file)
 #ifndef VA_FOOL_H
 #define VA_FOOL_H
 
+#include <stdio.h>
+
 void va_FoolInit(VADisplay dpy);
 
 int va_FoolEnd(VADisplay dpy);
 
 
+int va_FoolGetFrame(FILE *input_fp, char *frame_buf);
+
 int va_FoolCodedBuf(VADisplay dpy);
+
+
 int va_FoolCreateConfig(
     VADisplay dpy,
     VAProfile profile,