Files
FFmpeg/libavfilter
Jamaika1 c74f279559 avfilter/vf_quirc: Changed character specifier
```
vf_quirc.c: In function 'filter_frame':
vf_quirc.c:104:46: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=]
  104 |            "Found count %d codes in image #%ld\n", codes_count, inl->frame_count_out);
      |                                            ~~^                  ~~~~~~~~~~~~~~~~~~~~
      |                                              |                     |
      |                                              long int              int64_t {aka long long int}
      |                                            %lld
```
2026-07-05 22:31:27 +00:00
..
2025-12-14 12:41:00 +05:30
2025-10-16 18:41:19 +02:00
2026-05-15 20:29:29 +02:00
2026-05-15 20:29:29 +02:00