Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
65de23d1
Commit
65de23d1
authored
May 30, 2008
by
Michael Niedermayer
Browse files
Remove non C code.
Originally committed as revision 13569 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
09dafaeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
libavcodec/bitstream.c
libavcodec/bitstream.c
+0
-11
No files found.
libavcodec/bitstream.c
View file @
65de23d1
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment