avformat: Drop pointless "format" from container long names

This commit is contained in:
Diego Biurrun
2012-07-24 23:51:41 +02:00
parent 8e5d71d110
commit 6774247a9d
86 changed files with 135 additions and 135 deletions

View File

@@ -396,7 +396,7 @@ static int r3d_close(AVFormatContext *s)
AVInputFormat ff_r3d_demuxer = {
.name = "r3d",
.long_name = NULL_IF_CONFIG_SMALL("REDCODE R3D format"),
.long_name = NULL_IF_CONFIG_SMALL("REDCODE R3D"),
.priv_data_size = sizeof(R3DContext),
.read_probe = r3d_probe,
.read_header = r3d_read_header,