This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavf: remove unused AVStream pointer.
tags/n1.0
Clément Bœsch
13 years ago
parent
3dba9e19c8
commit
26ec392a0e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/utils.c
+ 0
- 1
libavformat/utils.c
View File
@@ -3018,7 +3018,6 @@ void ff_free_stream(AVFormatContext *s, AVStream *st){
void avformat_free_context(AVFormatContext *s)
{
int i;
AVStream *st;
av_opt_free(s);
if (s->iformat && s->iformat->priv_class && s->priv_data)
Write
Preview
Loading…
Cancel
Save