Searched refs:AVRATIONAL_FORMAT (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | imfdec.c | 78 #define AVRATIONAL_FORMAT "%d/%d" macro 417 av_log(s, AV_LOG_WARNING, "Incoherent stream timebase " AVRATIONAL_FORMAT in open_track_resource_context() 418 "and composition timeline position: " AVRATIONAL_FORMAT "\n", in open_track_resource_context() 691 av_log(s, AV_LOG_TRACE, "Compare track %d timestamp " AVRATIONAL_FORMAT in get_next_track_with_minimum_timestamp() 692 " to minimum " AVRATIONAL_FORMAT in get_next_track_with_minimum_timestamp() 693 " (over duration: " AVRATIONAL_FORMAT ")\n", i, in get_next_track_with_minimum_timestamp() 728 "entry=%" PRIu32 ", duration=%" PRIu32 ", editrate=" AVRATIONAL_FORMAT "\n", in get_resource_context_for_timestamp() 778 ", time_base=" AVRATIONAL_FORMAT "\n", pkt->pts, pkt->dts, pkt->duration, in imf_read_packet() 799 av_log(s, AV_LOG_WARNING, "Incoherent time stamp " AVRATIONAL_FORMAT in imf_read_packet() 800 " for time base " AVRATIONAL_FORMAT, in imf_read_packet()
|