mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
avformat/mov: remove per packet timestamp print trace, theres generic code doing this in utils.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
84b95715fa
commit
e48a0a6c3f
@ -4291,8 +4291,7 @@ static int mov_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
goto retry;
|
||||
pkt->flags |= sample->flags & AVINDEX_KEYFRAME ? AV_PKT_FLAG_KEY : 0;
|
||||
pkt->pos = sample->pos;
|
||||
av_log(s, AV_LOG_TRACE, "stream %d, pts %"PRId64", dts %"PRId64", pos 0x%"PRIx64", duration %d\n",
|
||||
pkt->stream_index, pkt->pts, pkt->dts, pkt->pos, pkt->duration);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user