/[packages]/cauldron/xbmc/current/SOURCES/0130-Remove-assignment-to-stream_copy-which-is-never-read.patch
ViewVC logotype

Contents of /cauldron/xbmc/current/SOURCES/0130-Remove-assignment-to-stream_copy-which-is-never-read.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 269300 - (show annotations) (download)
Tue Jul 10 19:13:54 2012 UTC (11 years, 9 months ago) by anssi
File size: 1113 byte(s)
- fix missing include in wiiremote eventclient
  (wiiremote-missing-include.patch)
- backport FFmpeg support patches to allow build with cauldron ffmpeg
  (patches 101..145)

1 From 9279f915aaad63f5c7538d469341deef9d784d72 Mon Sep 17 00:00:00 2001
2 From: Alexis Ballier <aballier@gentoo.org>
3 Date: Thu, 1 Mar 2012 12:05:24 -0300
4 Subject: [PATCH 130/145] Remove assignment to stream_copy which is never read
5 after, be it by xbmc or ffmpeg. (cherry picked from
6 commit 75179cb1513bd0202e1c69bafbc557f545d8f220)
7
8 ---
9 .../dvdplayer/DVDCodecs/Audio/DVDAudioCodecPassthroughFFmpeg.cpp | 2 --
10 1 file changed, 2 deletions(-)
11
12 diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecPassthroughFFmpeg.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecPassthroughFFmpeg.cpp
13 index 20f9aff..fbd6264 100644
14 --- a/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecPassthroughFFmpeg.cpp
15 +++ b/xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecPassthroughFFmpeg.cpp
16 @@ -143,8 +143,6 @@ bool CDVDAudioCodecPassthroughFFmpeg::SetupMuxer(CDVDStreamInfo &hints, CStdStri
17
18
19 /* set the stream's parameters */
20 - muxer.m_pStream->stream_copy = 1;
21 -
22 m_SampleRate = hints.samplerate;
23 if(!m_SampleRate && hints.codec == CODEC_ID_AC3)
24 m_SampleRate = 48000;
25 --
26 1.7.10
27

  ViewVC Help
Powered by ViewVC 1.1.30