public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/chromaprint/files: chromaprint-1.0-libav9.patch
@ 2013-11-03  9:40 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2013-11-03  9:40 UTC (permalink / raw
  To: gentoo-commits

yngwin      13/11/03 09:40:39

  Added:                chromaprint-1.0-libav9.patch
  Log:
  version bump, bug #489918
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)

Revision  Changes    Path
1.1                  media-libs/chromaprint/files/chromaprint-1.0-libav9.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/files/chromaprint-1.0-libav9.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/chromaprint/files/chromaprint-1.0-libav9.patch?rev=1.1&content-type=text/plain

Index: chromaprint-1.0-libav9.patch
===================================================================
--- chromaprint-1.0.orig/src/ext/ffmpeg_decoder.h	2013-11-03 17:32:04.347686878 +0800
+++ chromaprint-1.0/src/ext/ffmpeg_decoder.h	2013-11-03 17:32:41.082686494 +0800
@@ -124,7 +124,7 @@
 		return false;
 	}
 
-	if (avcodec_open(m_codec_ctx, codec) < 0) {
+	if (avcodec_open2(m_codec_ctx, codec, NULL) < 0) {
 		m_error = "Couldn't open the codec.";
 		return false;
 	}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-03  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-03  9:40 [gentoo-commits] gentoo-x86 commit in media-libs/chromaprint/files: chromaprint-1.0-libav9.patch Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox