summaryrefslogtreecommitdiff
path: root/games-emulation/dolphin-emu/files
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-10-25 00:15:25 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2011-10-25 00:15:25 +0300
commit63d73aa8995955effa1a5bcd33db0487bb291967 (patch)
tree296d5da97e22f65260f9d7cb075148b021497566 /games-emulation/dolphin-emu/files
parenta093e8d2f08a50b00a07fe3dc89b81e205c41fce (diff)
modified: dolphin-emu-9999.ebuild
new file: files/libav.patch
Diffstat (limited to 'games-emulation/dolphin-emu/files')
-rw-r--r--games-emulation/dolphin-emu/files/libav.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-emulation/dolphin-emu/files/libav.patch b/games-emulation/dolphin-emu/files/libav.patch
new file mode 100644
index 0000000..4d3e4dc
--- /dev/null
+++ b/games-emulation/dolphin-emu/files/libav.patch
@@ -0,0 +1,13 @@
+diff -Naur /var/tmp/paludis/games-emulation-dolphin-emu-9999/work/dolphin-emu-9999/Source/Core/VideoCommon/Src/AVIDump.cpp dolphin-emu-9999/Source/Core/VideoCommon/Src/AVIDump.cpp
+--- /var/tmp/paludis/games-emulation-dolphin-emu-9999/work/dolphin-emu-9999/Source/Core/VideoCommon/Src/AVIDump.cpp 2011-10-25 00:11:07.700678646 +0300
++++ dolphin-emu-9999/Source/Core/VideoCommon/Src/AVIDump.cpp 2011-10-25 00:06:07.000000000 +0300
+@@ -321,9 +321,6 @@
+ AVPacket pkt;
+ av_init_packet(&pkt);
+
+- if (s_Stream->codec->coded_frame->pts != (unsigned int)AV_NOPTS_VALUE)
+- pkt.pts = av_rescale_q(s_Stream->codec->coded_frame->pts,
+- s_Stream->codec->time_base, s_Stream->time_base);
+ if(s_Stream->codec->coded_frame->key_frame)
+ pkt.flags |= AV_PKT_FLAG_KEY;
+ pkt.stream_index = s_Stream->index;