Browse Source

lavf/smacker: remove bogus video from .long_name

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.0
Paul B Mahol 13 years ago
parent
commit
29ba3aacb1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/smacker.c

+ 1
- 1
libavformat/smacker.c View File

@@ -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…
Cancel
Save