mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-18 15:08:29 +08:00
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
committed by
Mans Rullgard
parent
2d162e3825
commit
d36beb3f69
@@ -40,7 +40,7 @@ static int chomp_filter(AVBitStreamFilterContext *bsfc,
|
||||
/**
|
||||
* This filter removes a string of NULL bytes from the end of a packet.
|
||||
*/
|
||||
AVBitStreamFilter chomp_bsf = {
|
||||
AVBitStreamFilter ff_chomp_bsf = {
|
||||
"chomp",
|
||||
0,
|
||||
chomp_filter,
|
||||
|
||||
Reference in New Issue
Block a user