1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-03 01:39:58 +02:00

Remove non C code.

Originally committed as revision 13569 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-05-30 21:15:34 +00:00
parent 09dafaeba1
commit 65de23d1b6

View File

@ -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)
{