[gegl/video-rejuvenation: 53/83] 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/83] ff-load: remove temporary forced audio seeking
- Date: Thu, 19 Nov 2015 21:46:47 +0000 (UTC)
commit edc747ca96c89d9e01265b4ab7669724d29af6d3
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]