[gegl/video-rejuvenation: 53/60] ff-load: remove temporary forced audio seeking
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/video-rejuvenation: 53/60] ff-load: remove temporary forced audio seeking
- Date: Mon, 16 Nov 2015 22:17:56 +0000 (UTC)
commit 45094d389b46c9d42c02f2f02e8968598f4d9e4e
Author: Øyvind Kolås <pippin gimp org>
Date: Mon Nov 9 18:04:34 2015 +0100
ff-load: remove temporary forced audio seeking
operations/external/ff-load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/ff-load.c b/operations/external/ff-load.c
index 7112e34..eb71feb 100644
--- a/operations/external/ff-load.c
+++ b/operations/external/ff-load.c
@@ -196,7 +196,7 @@ decode_audio (GeglOperation *operation,
/* figure out which frame we should start decoding at */
//fprintf (stderr, "%f %f\n", p->prevapts, pts2);
- {
+ if(0){
//int64_t seek_target = av_rescale_q ((pts1) * AV_TIME_BASE, AV_TIME_BASE_Q, p->audio_stream->time_base);
int64_t seek_target = pts1 * AV_TIME_BASE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]