| 66 | } |
| 67 | |
| 68 | void avframe_queue::precache(std::size_t count) |
| 69 | { |
| 70 | for (std::size_t n = 0; n < count; n++) { |
| 71 | push(create_frame()); |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | void avframe_queue::clear() |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected