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

Unified Diff: services/media/framework_ffmpeg/ffmpeg_audio_decoder.h

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_audio_decoder.h
diff --git a/services/media/framework_ffmpeg/ffmpeg_audio_decoder.h b/services/media/framework_ffmpeg/ffmpeg_audio_decoder.h
index 48503e6aa2bbd885eed84e5d7e61fa6ef01a0c51..8836dac0384f0e4076de3f23e7207b76869f881d 100644
--- a/services/media/framework_ffmpeg/ffmpeg_audio_decoder.h
+++ b/services/media/framework_ffmpeg/ffmpeg_audio_decoder.h
@@ -112,7 +112,7 @@ class FfmpegAudioDecoder : public FfmpegDecoderBase {
std::unique_ptr<StreamType> stream_type_;
// Used to supply missing PTS.
- int64_t next_presentation_time_= Packet::kUnknownPresentationTime;
+ int64_t next_pts_= Packet::kUnknownPts;
};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698