| 1880 | } ProgressInternal; |
| 1881 | |
| 1882 | static void check_progress_consistency(const ProgressFrame *f) |
| 1883 | { |
| 1884 | av_assert1(!!f->f == !!f->progress); |
| 1885 | av_assert1(!f->progress || f->progress->f == f->f); |
| 1886 | } |
| 1887 | |
| 1888 | int ff_progress_frame_alloc(AVCodecContext *avctx, ProgressFrame *f) |
| 1889 | { |
no outgoing calls
no test coverage detected