summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-17 13:43:34 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-01-20 10:58:00 +0100
commit72092188ef702ad215042bf464b8f2452f119e56 (patch)
tree9ce3a5a43ce760e586eb147a92de7e910a6a177d /ffmpeg.c
parent48706f41e1a17e04b0aa09852eff021833708233 (diff)
ffmpeg: remove unused and commented variable OutputStream.sync_ipts
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index d6a243d8db..6be1fcba0d 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -238,7 +238,6 @@ typedef struct OutputStream {
int frame_number;
/* input pts and corresponding output pts
for A/V sync */
- // double sync_ipts; /* dts from the AVPacket of the demuxer in second units */
struct InputStream *sync_ist; /* input stream to sync against */
int64_t sync_opts; /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number
AVBitStreamFilterContext *bitstream_filters;