mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02: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
+1
-1
@@ -212,7 +212,7 @@ static int mpc_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
|
||||
}
|
||||
|
||||
|
||||
AVInputFormat mpc_demuxer = {
|
||||
AVInputFormat ff_mpc_demuxer = {
|
||||
"mpc",
|
||||
NULL_IF_CONFIG_SMALL("Musepack"),
|
||||
sizeof(MPCContext),
|
||||
|
||||
Reference in New Issue
Block a user