Ticket #2187: workaround.diff
| File workaround.diff, 396 bytes (added by cehoyos, 4 months ago) |
|---|
-
libavformat/riff.c
diff --git a/libavformat/riff.c b/libavformat/riff.c index 508beb1..b11bfb3 100644
a b const AVMetadataConv ff_riff_info_conv[] = { 410 410 { "IPRD", "album" }, 411 411 { "IPRT", "track" }, 412 412 { "ISFT", "encoder" }, 413 { "ISMP", "timecode" },413 // { "ISMP", "timecode" }, 414 414 { "ITCH", "encoded_by"}, 415 415 { 0 }, 416 416 };
