Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -110,7 +110,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
|
||||
AVInputFormat ff_iv8_demuxer = {
|
||||
.name = "iv8",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("A format generated by IndigoVision 8000 video server"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("IndigoVision 8000 video"),
|
||||
.read_probe = probe,
|
||||
.read_header = read_header,
|
||||
.read_packet = read_packet,
|
||||
|
||||
Reference in New Issue
Block a user