Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: services/media/framework_ffmpeg/ffmpeg_video_decoder.cc

Issue 1814553002: Motown: Improvements to packet definition (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/media/framework_ffmpeg/ffmpeg_video_decoder.cc
diff --git a/services/media/framework_ffmpeg/ffmpeg_video_decoder.cc b/services/media/framework_ffmpeg/ffmpeg_video_decoder.cc
index 8e84fb6b615756d404a8291e9ff2e32d3c465689..5a3acb615d90ef5001da833ab0114383cf28dfe6 100644
--- a/services/media/framework_ffmpeg/ffmpeg_video_decoder.cc
+++ b/services/media/framework_ffmpeg/ffmpeg_video_decoder.cc
@@ -45,7 +45,6 @@ PacketPtr FfmpegVideoDecoder::CreateOutputPacket(
// TODO(dalesat): This is just a copy of the audio version.
return Packet::Create(
av_frame.pts,
- av_frame.pkt_duration,
false,
packet_size_,
av_frame.data[0],

Powered by Google App Engine
This is Rietveld 408576698