You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavf/flvdec: fix typo in log message
fix typo in log message, it's come from cd141e71bd
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
@@ -386,7 +386,7 @@ static int parse_keyframes_index(AVFormatContext *s, AVIOContext *ioc, int64_t m
|
|||||||
int64_t initial_pos = avio_tell(ioc);
|
int64_t initial_pos = avio_tell(ioc);
|
||||||
|
|
||||||
if (flv->keyframe_count > 0) {
|
if (flv->keyframe_count > 0) {
|
||||||
av_log(s, AV_LOG_DEBUG, "keyframes have been paresed\n");
|
av_log(s, AV_LOG_DEBUG, "keyframes have been parsed\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
av_assert0(!flv->keyframe_times);
|
av_assert0(!flv->keyframe_times);
|
||||||
|
|||||||
Reference in New Issue
Block a user