Re: [FFmpeg-devel] [PATCH] libavformat/matroskadec.c: Fix support seek to non keyframes

2018-10-22 Thread Carl Eugen Hoyos
2018-10-22 14:36 GMT+02:00, Seokjin Hong : > After a seek with AVSEEK_FLAG_ANY to reach near end of the stream, > matroskadec.c always drops packets which consists of non-keyframe. I believe the current behaviour is expected unless seek2any flag was set. Carl Eugen

[FFmpeg-devel] [PATCH] libavformat/matroskadec.c: Fix support seek to non keyframes

2018-10-22 Thread Seokjin Hong
After a seek with AVSEEK_FLAG_ANY to reach near end of the stream, matroskadec.c always drops packets which consists of non-keyframe. Signed-off-by: Seokjin Hong --- libavformat/matroskadec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/matroskadec.c