---
libavformat/wc3movie.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavformat/wc3movie.c b/libavformat/wc3movie.c
index 2d47ad4..f46b8c2 100644
--- a/libavformat/wc3movie.c
+++ b/libavformat/wc3movie.c
@@ -241,9 +241,6 @@ static int wc3_read_packet(AVFormatContext *s,
case TEXT_TAG:
/* subtitle chunk */
-#if 0
- avio_skip(pb, size);
-#else
if ((unsigned)size > sizeof(text) || (ret = avio_read(pb, text,
size)) != size)
ret = AVERROR(EIO);
else {
@@ -255,7 +252,6 @@ static int wc3_read_packet(AVFormatContext *s,
i += text[i] + 1;
av_log (s, AV_LOG_DEBUG, " fronsay: %s\n", &text[i + 1]);
}
-#endif
break;
case AUDI_TAG:
--
2.7.3
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel