Skip to content
Snippets Groups Projects
Commit 6987c58a authored by Steven M. Schultz's avatar Steven M. Schultz Committed by Michael Niedermayer
Browse files

liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)

Originally committed as revision 4494 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 23972d5a
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include "../common.h" #include <inttypes.h>
static const uint16_t crc_lut[256] = static const uint16_t crc_lut[256] =
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment