You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
81c5f88748
commit
bc874daea8
@@ -773,7 +773,7 @@ static void compute_pts_dts(AVStream *st, int64_t *ppts, int64_t *pdts,
|
||||
}
|
||||
}
|
||||
#if 1
|
||||
printf("pts=%0.3f dts=%0.3f pict_type=%c\n",
|
||||
av_log(&st->codec, AV_LOG_DEBUG, "pts=%0.3f dts=%0.3f pict_type=%c\n",
|
||||
pts / 90000.0, dts / 90000.0,
|
||||
av_get_pict_type_char(st->codec.coded_frame->pict_type));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user