mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 12:56:56 +00:00
lavf: add init_put_byte() to the list of visible symbols.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
246c8dac3e
commit
ed1aa89217
@ -28,5 +28,6 @@ LIBAVFORMAT_$MAJOR {
|
|||||||
udp_set_remote_url;
|
udp_set_remote_url;
|
||||||
udp_get_local_port;
|
udp_get_local_port;
|
||||||
init_checksum;
|
init_checksum;
|
||||||
|
init_put_byte;
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user