Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ av_buffer_unref
Function
av_buffer_unref
libavutil/buffer.c:139–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
void av_buffer_unref(AVBufferRef **buf)
140
{
141
if (!buf || !*buf)
142
return;
143
144
buffer_replace(buf, NULL);
145
}
146
147
int av_buffer_is_writable(const AVBufferRef *buf)
148
{
Callers
15
xcbgrab_frame_shm
Function · 0.85
kmsgrab_read_close
Function · 0.85
LLVMFuzzerTestOneInput
Function · 0.85
ebml_read_binary
Function · 0.85
ebml_free
Function · 0.85
if
Function · 0.85
mov_parse_exif_item
Function · 0.85
read_close_vs
Function · 0.85
free_vsframe_ref
Function · 0.85
read_packet_vs
Function · 0.85
avi_read_close
Function · 0.85
mpegts_close_filter
Function · 0.85
Calls
1
buffer_replace
Function · 0.85
Tested by
2
test_derivation
Function · 0.68
test_device
Function · 0.68