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;