diff --git a/libavformat/mov.c b/libavformat/mov.c
index f07c6b3..5fe91fd 100644
|
a
|
b
|
static void mov_build_index(MOVContext *mov, AVStream *st)
|
| 2145 | 2145 | return; |
| 2146 | 2146 | } |
| 2147 | 2147 | |
| 2148 | | if (!sc->keyframe_absent && (!sc->keyframe_count || current_sample+key_off == sc->keyframes[stss_index])) { |
| | 2148 | if (/*!sc->keyframe_absent &&*/ (!sc->keyframe_count || current_sample+key_off == sc->keyframes[stss_index])) { |
| 2149 | 2149 | keyframe = 1; |
| 2150 | 2150 | if (stss_index + 1 < sc->keyframe_count) |
| 2151 | 2151 | stss_index++; |