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

Unified Diff: media/ffmpeg/ffmpeg_common.h

Issue 2136017: Handle EINTR and remove offset_t in ffmpeg code. (Closed)
Patch Set: Created 10 years, 7 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
« no previous file with comments | « no previous file | media/ffmpeg/file_protocol.cc » ('j') | media/ffmpeg/file_protocol.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/ffmpeg/ffmpeg_common.h
diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h
index 555eb9a9e9a11a7ffba7a7ffef3146b23f5b0a5a..10f67d2af69d8dedb192db39e949a976dd61ed90 100644
--- a/media/ffmpeg/ffmpeg_common.h
+++ b/media/ffmpeg/ffmpeg_common.h
@@ -11,9 +11,6 @@
#include "base/compiler_specific.h"
#include "base/singleton.h"
-// Used with URLProtocol.
-typedef int64 offset_t;
-
// Include FFmpeg header files.
extern "C" {
// Temporarily disable possible loss of data warning.
« no previous file with comments | « no previous file | media/ffmpeg/file_protocol.cc » ('j') | media/ffmpeg/file_protocol.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698