1
0
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:
Kacper Michajłow
2025-08-01 21:52:15 +02:00
parent 63bb6201c7
commit dd4c524dbc

View File

@@ -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));