Commit 29ba3aac authored by Paul B Mahol's avatar Paul B Mahol

lavf/smacker: remove bogus video from .long_name

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent c25dc1f9
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment