]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/motionpixels_tablegen.c
omx: Use the EOS flag to handle flushing at the end
[ffmpeg] / libavcodec / motionpixels_tablegen.c
index ad8e0d9161716bbb86c521788c281c878833a630..2f0df3c1abe33a2229339ed79e66e8403c72af6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Generate a header file for hardcoded motionpixels RGB to YUV table
+ * Generate a header file for hardcoded motion pixels RGB to YUV table
  *
  * Copyright (c) 2009 Reimar Döffinger <Reimar.Doeffinger@gmx.de>
  *
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #define CONFIG_HARDCODED_TABLES 0
 #define MAX_NEG_CROP 0
-#define ff_cropTbl ((uint8_t *)NULL)
+#define ff_crop_tab ((uint8_t *)NULL)
 #include "motionpixels_tablegen.h"
 #include "tableprint.h"