diff options
Diffstat (limited to 'games-emulation/dolphin-emu/files')
-rw-r--r-- | games-emulation/dolphin-emu/files/libav.patch | 13 |
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; |