OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02af4e9
)
ffplay: remove misleading comment from audio_decode_frame()
author
Stefano Sabatini
<stefasab@gmail.com>
Sun, 3 Feb 2013 11:30:44 +0000
(12:30 +0100)
committer
Stefano Sabatini
<stefasab@gmail.com>
Sun, 3 Feb 2013 16:01:56 +0000
(17:01 +0100)
ffplay.c
patch
|
blob
|
history
diff --git
a/ffplay.c
b/ffplay.c
index
040ddc8
..
2dbe8b9
100644
(file)
--- a/
ffplay.c
+++ b/
ffplay.c
@@
-2194,7
+2194,6
@@
static int audio_decode_frame(VideoState *is)
resampled_data_size = data_size;
}
- /* if no pts, then compute it */
audio_clock0 = is->audio_clock;
is->audio_clock += (double)data_size /
(is->frame->channels * is->frame->sample_rate * av_get_bytes_per_sample(is->frame->format));