Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(318)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/ffmpeg/avutil-50.def
Issue
113598
:
Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta. (Closed)
Patch Set: Tweaksd
Created 11 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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
media/base/media_posix.cc
media/filters/ffmpeg_audio_decoder.h
media/filters/ffmpeg_audio_decoder.cc
media/filters/ffmpeg_demuxer.h
media/filters/ffmpeg_demuxer.cc
third_party/ffmpeg/avutil-50.def
View unified diff
|
Download patch
« no previous file with comments
|
« media/filters/ffmpeg_demuxer.cc
('k') |
no next file »
|
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 LIBRARY avutil-50
1 LIBRARY avutil-50
2 EXPORTS
2 EXPORTS
3 av_free
3 av_free
4 av_malloc
4 av_malloc
5
av_rescale_q
OLD
NEW
« no previous file with comments
|
« media/filters/ffmpeg_demuxer.cc
('k') |
no next file »
|
no next file with comments »
Issue 113598: Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta. (Closed)
Created 11 years, 7 months ago by scherkus (not reviewing)
Modified 9 years, 7 months ago
Reviewers: awong
Base URL:
Comments: 4
This is Rietveld
408576698