[FFmpeg-soc] [soc]: r5210 - concat/libavcodec/utils.c.diff

gkovacs subversion at mplayerhq.hu
Thu Aug 20 18:38:15 CEST 2009


Author: gkovacs
Date: Thu Aug 20 18:38:15 2009
New Revision: 5210

Log:
./dualcommit

Modified:
   concat/libavcodec/utils.c.diff

Modified: concat/libavcodec/utils.c.diff
==============================================================================
--- concat/libavcodec/utils.c.diff	Thu Aug 20 18:29:15 2009	(r5209)
+++ concat/libavcodec/utils.c.diff	Thu Aug 20 18:38:15 2009	(r5210)
@@ -1,13 +0,0 @@
-diff --git a/libavcodec/utils.c b/libavcodec/utils.c
-index 43147a5..c9ec405 100644
---- a/libavcodec/utils.c
-+++ b/libavcodec/utils.c
-@@ -672,7 +672,7 @@ int avcodec_close(AVCodecContext *avctx)
- 
-     if (HAVE_THREADS && avctx->thread_opaque)
-         avcodec_thread_free(avctx);
--    if (avctx->codec->close)
-+    if (avctx->codec && avctx->codec->close)
-         avctx->codec->close(avctx);
-     avcodec_default_free_buffers(avctx);
-     av_freep(&avctx->priv_data);


More information about the FFmpeg-soc mailing list