libavformat: Add an ff_ prefix to some lavf internal symbols
authorMartin Storsjö <martin@martin.st>
Wed, 15 Feb 2012 09:28:39 +0000 (11:28 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 15 Feb 2012 20:06:17 +0000 (22:06 +0200)
commit167f3b8de71657dec0948f0a859259f35b318fac
treef771d41999e774b15a5d1bafd9ca40bbc7b1128e
parenta082ac412520cd5d812bd57e5ccdad2af557125b
libavformat: Add an ff_ prefix to some lavf internal symbols

Prefix the functions/tables brktimegm, pcm_read_seek,
dv_offset_reset, voc_get_packet, codec_movaudio_tags,
codec_movvideo_tags.

After this, lavf has no global symbols without the proper prefix.

Signed-off-by: Martin Storsjö <martin@martin.st>
28 files changed:
libavformat/aea.c
libavformat/aiffdec.c
libavformat/au.c
libavformat/avidec.c
libavformat/avs.c
libavformat/c93.c
libavformat/cutils.c
libavformat/dv.c
libavformat/dv.h
libavformat/dvenc.c
libavformat/internal.h
libavformat/isom.c
libavformat/isom.h
libavformat/matroskadec.c
libavformat/matroskaenc.c
libavformat/mmf.c
libavformat/mov.c
libavformat/movenc.c
libavformat/omadec.c
libavformat/pcm.c
libavformat/pcm.h
libavformat/pcmdec.c
libavformat/rsodec.c
libavformat/sol.c
libavformat/soxdec.c
libavformat/voc.h
libavformat/vocdec.c
libavformat/wav.c