mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 11:53:24 +00: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…
Reference in New Issue
Block a user