diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-13 07:23:08 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-13 17:58:11 -0500 |
commit | 4cb9edb03928e29475a8e49276b0b800bbc77613 (patch) | |
tree | 15d0204397f20d72b098f51c41556a0a2deff676 /audio/kradio/kradio-4.0.2-ffmpeg08.patch | |
parent | 085fc4cb823d1b0de05afdf2b0f5f279851c6486 (diff) |
audio/kradio: Updated for version 4.0.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/kradio/kradio-4.0.2-ffmpeg08.patch')
-rw-r--r-- | audio/kradio/kradio-4.0.2-ffmpeg08.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/kradio/kradio-4.0.2-ffmpeg08.patch b/audio/kradio/kradio-4.0.2-ffmpeg08.patch deleted file mode 100644 index c6cbf90ed0..0000000000 --- a/audio/kradio/kradio-4.0.2-ffmpeg08.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/internetradio/decoder_thread.cpp.ffmpeg 2011-06-26 02:14:41.000000000 +0200 -+++ plugins/internetradio/decoder_thread.cpp 2011-06-26 02:14:55.000000000 +0200 -@@ -535,7 +535,7 @@ - m_av_audioStream = -1; - for (unsigned int i = 0; i < m_av_pFormatCtx->nb_streams; i++) { - // if (m_av_pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO && m_av_audioStream < 0) { -- if (m_av_pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO) { // take last stream -+ if (m_av_pFormatCtx->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDIO) { // take last stream - m_av_audioStream = i; - } - } |