diff options
Diffstat (limited to 'libavformat/rsodec.c')
-rw-r--r-- | libavformat/rsodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rsodec.c b/libavformat/rsodec.c index e86b8e7d5f..698f82ed9e 100644 --- a/libavformat/rsodec.c +++ b/libavformat/rsodec.c @@ -88,7 +88,7 @@ static int rso_read_packet(AVFormatContext *s, AVPacket *pkt) return 0; } -AVInputFormat rso_demuxer = { +AVInputFormat ff_rso_demuxer = { .name = "rso", .long_name = NULL_IF_CONFIG_SMALL("Lego Mindstorms RSO format"), .extensions = "rso", |