mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
This commit is contained in:
committed by
Mans Rullgard
parent
225b6d7fde
commit
c6610a216e
@@ -90,7 +90,7 @@ static int cdata_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
return 0;
|
||||
}
|
||||
|
||||
AVInputFormat ea_cdata_demuxer = {
|
||||
AVInputFormat ff_ea_cdata_demuxer = {
|
||||
"ea_cdata",
|
||||
NULL_IF_CONFIG_SMALL("Electronic Arts cdata"),
|
||||
sizeof(CdataDemuxContext),
|
||||
|
||||
Reference in New Issue
Block a user