summaryrefslogtreecommitdiff
path: root/libavformat/smacker.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-07-29 02:22:09 +0000
committerPaul B Mahol <onemda@gmail.com>2012-07-29 02:22:09 +0000
commit29ba3aacb1fca3994ea58cdf076a676fa16cc621 (patch)
tree7784427e53ca7f3e9ccc7647380fc89f7f6ccaf3 /libavformat/smacker.c
parentc25dc1f9c75848573658ec5291c341f5407eb223 (diff)
lavf/smacker: remove bogus video from .long_name
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/smacker.c')
-rw-r--r--libavformat/smacker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/smacker.c b/libavformat/smacker.c
index 84a53ea3c8..b52ba0c2f2 100644
--- a/libavformat/smacker.c
+++ b/libavformat/smacker.c
@@ -363,7 +363,7 @@ static int smacker_read_close(AVFormatContext *s)
AVInputFormat ff_smacker_demuxer = {
.name = "smk",
- .long_name = NULL_IF_CONFIG_SMALL("Smacker video"),
+ .long_name = NULL_IF_CONFIG_SMALL("Smacker"),
.priv_data_size = sizeof(SmackerContext),
.read_probe = smacker_probe,
.read_header = smacker_read_header,