Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-12 00:50:22 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-04-12 00:50:22 +0400
commit4f6df20a008e52e767550e1ea94280a15c1408b6 (patch)
tree85c15434d2d725cd018a878f7bef75ee13765817 /ffplay.c
parent8e357e8e759b36e5609ccd12a9e324aee0e8afc8 (diff)
parente1ce756844e684876318570dcebc74bc66c084f0 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: avplay: Don't free video filters string until the end of decoding. movenc: small refactor mov_write_packet movenc: remove redundant check interplayvideo: fix av_dlog parameter type mismatch Drop some pointless #ifdefs. Conflicts: libavcodec/interplayvideo.c libavcodec/libxvidff.c libavcodec/snowenc.c libavformat/movenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffplay.c b/ffplay.c
index 82103ddb56..f48807a606 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1882,6 +1882,7 @@ static int video_thread(void *arg)
}
the_end:
#if CONFIG_AVFILTER
+ av_freep(&vfilters);
avfilter_graph_free(&graph);
#endif
av_free(frame);