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

Unified Diff: media/ffmpeg/ffmpeg_common.h

Issue 2497603003: Roll src/third_party/ffmpeg/ 3c7a09882..cdf4accee (3188 commits). (Closed)
Patch Set: Rebase (liberato@'s pipeline_integration_test_base conflicted; using liberato@'s now here) Created 4 years, 1 month 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: media/ffmpeg/ffmpeg_common.h
diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h
index ff8f607b2e02ef2c07c7e51e2ccaeec9dc224aa4..8dde759835efaa78e2cfd0b93ab71c0500bc70b1 100644
--- a/media/ffmpeg/ffmpeg_common.h
+++ b/media/ffmpeg/ffmpeg_common.h
@@ -144,9 +144,10 @@ AVPixelFormat VideoPixelFormatToAVPixelFormat(VideoPixelFormat video_format);
ColorSpace AVColorSpaceToColorSpace(AVColorSpace color_space,
AVColorRange color_range);
-// Convert FFmpeg UTC representation (YYYY-MM-DD HH:MM:SS) to base::Time.
+// Convert FFmpeg UTC representation (YYYY-MM-DDTHH:MM:SS.xxxxxxZ) to
+// base::Time.
// Returns true and sets |*out| if |date_utc| contains a valid
-// date string. Otherwise returns fals and timeline_offset is unmodified.
+// date string. Otherwise returns false and |out| is unmodified.
MEDIA_EXPORT bool FFmpegUTCDateToTime(const char* date_utc, base::Time* out);
// Returns a 32-bit hash for the given codec name. See the VerifyUmaCodecHashes

Powered by Google App Engine
This is Rietveld 408576698