diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-28 19:53:55 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-28 20:06:34 +0200 |
commit | 854eadccb69e44e98aaf94906708839d6c0e4ed0 (patch) | |
tree | dd48bd61d370c60f30d6f78836e9a75ec36f2f6b /libavformat | |
parent | c12ef64d699fb209f2474068368154e9fb9ecab0 (diff) | |
download | ffmpeg-854eadccb69e44e98aaf94906708839d6c0e4ed0.tar.gz |
lavf: add init_put_byte() to the list of visible symbols.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/libavformat.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index a99fbcf9a5..c5dc982878 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -24,5 +24,6 @@ LIBAVFORMAT_$MAJOR { udp_set_remote_url; udp_get_local_port; init_checksum; + init_put_byte; local: *; }; |