X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.c;h=6be1fcba0d233a6a248bc2239bd144f41280c5b9;hb=b5a69e79c579e6e15e2019ffd34ef0e09aeab586;hp=d6a243d8db408f04a77a5cc25603832a5583065d;hpb=c130428ab5a17911d0bfa11f804ec05e6f7a53e6;p=ffmpeg diff --git a/ffmpeg.c b/ffmpeg.c index d6a243d8db4..6be1fcba0d2 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;