summaryrefslogtreecommitdiff
path: root/libavformat/avi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avi.c')
-rw-r--r--libavformat/avi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avi.c b/libavformat/avi.c
index a8980eb09c..705ad03ab0 100644
--- a/libavformat/avi.c
+++ b/libavformat/avi.c
@@ -40,6 +40,6 @@ const AVMetadataConv ff_avi_metadata_conv[] = {
const char ff_avi_tags[][5] = {
"IARL", "IART", "ICMS", "ICMT", "ICOP", "ICRD", "ICRP", "IDIM", "IDPI",
"IENG", "IGNR", "IKEY", "ILGT", "ILNG", "IMED", "INAM", "IPLT", "IPRD",
- "IPRT", "ISBJ",/*"ISFT"*/"ISHP", "ISRC", "ISRF", "ITCH",
+ "IPRT", "ISBJ", "ISFT", "ISHP", "ISRC", "ISRF", "ITCH",
{0}
};