[gegl/video-rejuvenation: 72/83] ff-save: get rid of pts in audioframe



commit 40b24e83af4e9bf966e346b6cba62bd1689c1f9c
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Nov 18 18:07:33 2015 +0100

    ff-save: get rid of pts in audioframe

 operations/external/ff-save.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/ff-save.c b/operations/external/ff-save.c
index bca3444..9771b57 100644
--- a/operations/external/ff-save.c
+++ b/operations/external/ff-save.c
@@ -64,7 +64,6 @@ property_audio (audio, _("audio"), 0)
 #define MAX_AUDIO_SAMPLES   2048
 
 typedef struct AudioFrame {
-  //int64_t        pts;
   float            data[MAX_AUDIO_CHANNELS][MAX_AUDIO_SAMPLES];
   int              channels;
   int              sample_rate;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]