inttypes.h patch by (Chip <szarlada at freemail dot hu>)

Originally committed as revision 2717 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Chip 21 years ago committed by Michael Niedermayer
parent 403f10996d
commit d398a27e0b
  1. 2
      libavcodec/golomb.c

@ -25,7 +25,7 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
#include <inttypes.h>
#include "common.h"
const uint8_t ff_golomb_vlc_len[512]={
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,

Loading…
Cancel
Save