mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
Remove non C code.
Originally committed as revision 13569 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
09dafaeba1
commit
65de23d1b6
@ -84,17 +84,6 @@ static void av_free_static(void)
|
||||
av_freep(&array_static);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call av_free_static automatically before it's too late
|
||||
*/
|
||||
|
||||
static void do_free(void) __attribute__ ((destructor));
|
||||
|
||||
static void do_free(void)
|
||||
{
|
||||
av_free_static();
|
||||
}
|
||||
|
||||
|
||||
void align_put_bits(PutBitContext *s)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user