]> git.pld-linux.org Git - packages/deadbeef.git/commitdiff
- more fixes
authorlisu <lisu@pld-linux.org>
Thu, 30 Jun 2011 08:25:30 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    deadbeef-ffmpeg-0.8.patch -> 1.2

deadbeef-ffmpeg-0.8.patch

index d62e9426ddd6101dc311627cf885c355863fb2b4..a87c3d1acc4dc0ff7ab3930c1d908c2c1998841b 100644 (file)
@@ -1,5 +1,5 @@
 --- deadbeef-0.5.1/plugins/ffmpeg/ffmpeg.c~    2011-05-22 15:58:53.000000000 +0200
-+++ deadbeef-0.5.1/plugins/ffmpeg/ffmpeg.c     2011-06-30 10:13:28.476471360 +0200
++++ deadbeef-0.5.1/plugins/ffmpeg/ffmpeg.c     2011-06-30 10:24:44.386376024 +0200
 @@ -140,7 +140,7 @@
      for (i = 0; i < info->fctx->nb_streams; i++)
      {
          {
              codec = avcodec_find_decoder(ctx->codec_id);
              if (codec != NULL && !strcasecmp (codec->name, "alac")) { // only open alac streams
+@@ -704,7 +704,7 @@
+     ffmpeg_init_exts ();
+     avcodec_init ();
+     av_register_all ();
+-    av_register_protocol (&vfswrapper);
++    av_register_protocol2 (&vfswrapper);
+     return 0;
+ }
 @@ -745,7 +745,7 @@
      for (i = 0; i < fctx->nb_streams; i++)
      {
This page took 0.074544 seconds and 4 git commands to generate.