You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
api-h264-test: indent output
This matches tests/ref files. Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
@@ -154,7 +154,7 @@ static int video_decode_example(const char *input_filename)
|
|||||||
av_frame_unref(fr);
|
av_frame_unref(fr);
|
||||||
return number_of_written_bytes;
|
return number_of_written_bytes;
|
||||||
}
|
}
|
||||||
printf("%d, %s, %s, %8"PRId64", %8d, 0x%08"PRIx32"\n", video_stream,
|
printf("%d, %10s, %10s, %8"PRId64", %8d, 0x%08"PRIx32"\n", video_stream,
|
||||||
av_ts2str(fr->pts), av_ts2str(fr->pkt_dts), fr->duration,
|
av_ts2str(fr->pts), av_ts2str(fr->pkt_dts), fr->duration,
|
||||||
number_of_written_bytes, av_adler32_update(0, (const uint8_t*)byte_buffer, number_of_written_bytes));
|
number_of_written_bytes, av_adler32_update(0, (const uint8_t*)byte_buffer, number_of_written_bytes));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user