[mythtv-commits] mythtv commit: r14016 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Jul 19 22:38:31 UTC 2007


      Author: danielk
        Date: 2007-07-19 22:38:30 +0000 (Thu, 19 Jul 2007)
New Revision: 14016
   Changeset: http://cvs.mythtv.org/trac/changeset/14016

Modified:

   trunk/mythtv/libs/libavcodec/mpegvideo.c

Log:

Refs #3710. Fixes error handling in ffmpeg file.

I've just sent a version of this patch to ffmpeg. Until this get's fixed upstream I'm applying this patch here. If we fail in alloc_picture() after successfully calling s->avctx->get_buffer we call s->avctx->release_buffer so that we don't leak buffers like crazy.

The underlying problem is that ffmpeg isn't picking up on the resolution change, this will be fixed separately.






More information about the mythtv-commits mailing list