mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 10:43:15 +00:00
lavf/smacker: remove bogus video from .long_name
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c25dc1f9c7
commit
29ba3aacb1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user