summaryrefslogtreecommitdiff
path: root/libavformat/rawdec.c
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-01-25 22:03:28 +0000
committerMans Rullgard <mans@mansr.com>2011-01-26 22:10:09 +0000
commitc6610a216ed2948885772154a2eed696e0cb4aca (patch)
tree7ea6d3fdf9a8c957a5e690af2331ab481b1eb141 /libavformat/rawdec.c
parent225b6d7fdea370de3723420e6adc2f3192439b00 (diff)
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.
Diffstat (limited to 'libavformat/rawdec.c')
-rw-r--r--libavformat/rawdec.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c
index fe25014950..4f830e3c20 100644
--- a/libavformat/rawdec.c
+++ b/libavformat/rawdec.c
@@ -138,7 +138,7 @@ int ff_raw_video_read_header(AVFormatContext *s,
/* Note: Do not forget to add new entries to the Makefile as well. */
#if CONFIG_G722_DEMUXER
-AVInputFormat g722_demuxer = {
+AVInputFormat ff_g722_demuxer = {
"g722",
NULL_IF_CONFIG_SMALL("raw G.722"),
0,
@@ -152,7 +152,7 @@ AVInputFormat g722_demuxer = {
#endif
#if CONFIG_GSM_DEMUXER
-AVInputFormat gsm_demuxer = {
+AVInputFormat ff_gsm_demuxer = {
"gsm",
NULL_IF_CONFIG_SMALL("raw GSM"),
0,
@@ -166,7 +166,7 @@ AVInputFormat gsm_demuxer = {
#endif
#if CONFIG_MJPEG_DEMUXER
-AVInputFormat mjpeg_demuxer = {
+AVInputFormat ff_mjpeg_demuxer = {
"mjpeg",
NULL_IF_CONFIG_SMALL("raw MJPEG video"),
0,
@@ -180,7 +180,7 @@ AVInputFormat mjpeg_demuxer = {
#endif
#if CONFIG_MLP_DEMUXER
-AVInputFormat mlp_demuxer = {
+AVInputFormat ff_mlp_demuxer = {
"mlp",
NULL_IF_CONFIG_SMALL("raw MLP"),
0,
@@ -194,7 +194,7 @@ AVInputFormat mlp_demuxer = {
#endif
#if CONFIG_TRUEHD_DEMUXER
-AVInputFormat truehd_demuxer = {
+AVInputFormat ff_truehd_demuxer = {
"truehd",
NULL_IF_CONFIG_SMALL("raw TrueHD"),
0,
@@ -208,7 +208,7 @@ AVInputFormat truehd_demuxer = {
#endif
#if CONFIG_SHORTEN_DEMUXER
-AVInputFormat shorten_demuxer = {
+AVInputFormat ff_shorten_demuxer = {
"shn",
NULL_IF_CONFIG_SMALL("raw Shorten"),
0,
@@ -222,7 +222,7 @@ AVInputFormat shorten_demuxer = {
#endif
#if CONFIG_VC1_DEMUXER
-AVInputFormat vc1_demuxer = {
+AVInputFormat ff_vc1_demuxer = {
"vc1",
NULL_IF_CONFIG_SMALL("raw VC-1"),
0,