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
undefine malloc macros
Originally committed as revision 1503 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
23 years ago
parent
39f853afe9
commit
ddedacfe98
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavcodec/liba52/a52.h
+ 4
- 0
libavcodec/liba52/a52.h
View File
@@ -26,6 +26,10 @@
#include "../avcodec.h"
#undef malloc
#undef free
#undef realloc
#ifndef LIBA52_DOUBLE
typedef float sample_t;
#else
Write
Preview
Loading…
Cancel
Save