Browse Source

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
tags/v0.5
Steven M. Schultz Michael Niedermayer 20 years ago
parent
commit
6987c58a0a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/liba52/crc.c

+ 1
- 1
libavcodec/liba52/crc.c View File

@@ -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] =
{ {


Loading…
Cancel
Save