avutil: Switch crypto APIs to size_t
Announced in e435beb1ea.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
6e30b35b85
commit
a240097ecd
17 changed files with 40 additions and 103 deletions
|
|
@ -153,7 +153,7 @@ static int video_decode_example(const char *input_filename)
|
|||
av_frame_unref(fr);
|
||||
return number_of_written_bytes;
|
||||
}
|
||||
printf("%d, %s, %s, %8"PRId64", %8d, 0x%08lx\n", video_stream,
|
||||
printf("%d, %s, %s, %8"PRId64", %8d, 0x%08"PRIx32"\n", video_stream,
|
||||
av_ts2str(fr->pts), av_ts2str(fr->pkt_dts), fr->pkt_duration,
|
||||
number_of_written_bytes, av_adler32_update(0, (const uint8_t*)byte_buffer, number_of_written_bytes));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue