| 122 | } |
| 123 | |
| 124 | static int write_header(struct AVFormatContext *s) |
| 125 | { |
| 126 | return ff_framehash_write_header(s); |
| 127 | } |
| 128 | |
| 129 | static int write_frame(struct AVFormatContext *s, int stream_index, |
| 130 | AVFrame **frame, unsigned flags) |
nothing calls this directly
no test coverage detected