ffmpeg: remove deprecated comment.

This field is deprecated.

Change-Id: I18c3b89ef7438c61b464aaf8bebc1484bf479d6b
Reviewed-on: https://review.haiku-os.org/664
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Adrien Destugues 2018-11-04 09:25:07 +01:00 committed by waddlesplash
parent 9e2c056c27
commit ce402e82f2

View File

@ -682,12 +682,6 @@ StreamBase::GetNextChunk(const void** chunkBuffer,
return ret; return ret;
} }
// NOTE: AVPacket has a field called "convergence_duration", for which
// the documentation is quite interesting. It sounds like it could be
// used to know the time until the next I-Frame in streams that don't
// let you know the position of keyframes in another way (like through
// the index).
// According to libavformat documentation, fPacket is valid until the // According to libavformat documentation, fPacket is valid until the
// next call to av_read_frame(). This is what we want and we can share // next call to av_read_frame(). This is what we want and we can share
// the memory with the least overhead. // the memory with the least overhead.