[gegl/video-rejuvenation] ff-load: remove temporary forced audio seeking



commit 17620fba30c545650ad81f9909a73b700d9f249a
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]