mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Remove non C code.
Originally committed as revision 13569 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user