MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / fbdev_write_trailer

Function fbdev_write_trailer

libavdevice/fbdev_enc.c:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181static av_cold int fbdev_write_trailer(AVFormatContext *h)
182{
183 FBDevContext *fbdev = h->priv_data;
184 munmap(fbdev->data, fbdev->fixinfo.smem_len);
185 close(fbdev->fd);
186 return 0;
187}
188
189static int fbdev_get_device_list(AVFormatContext *s, AVDeviceInfoList *device_list)
190{

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected