This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip <szarlada at freemail dot hu>)
Originally committed as revision 3210 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Chip
Michael Niedermayer
22 years ago
parent
573ab01eb7
commit
f777e5de84
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/liba52/crc.c
+ 1
- 1
libavcodec/liba52/crc.c
View File
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
#include
<inttypes.h>
#include
"../common.h"
static const uint16_t crc_lut[256] =
{
Write
Preview
Loading…
Cancel
Save