wc3movie: Drop unused cruft
This commit is contained in:
parent
17cb56b356
commit
a4b1b5aa28
@ -241,9 +241,6 @@ static int wc3_read_packet(AVFormatContext *s,
|
|||||||
|
|
||||||
case TEXT_TAG:
|
case TEXT_TAG:
|
||||||
/* subtitle chunk */
|
/* subtitle chunk */
|
||||||
#if 0
|
|
||||||
avio_skip(pb, size);
|
|
||||||
#else
|
|
||||||
if ((unsigned)size > sizeof(text) || (ret = avio_read(pb, text, size)) != size)
|
if ((unsigned)size > sizeof(text) || (ret = avio_read(pb, text, size)) != size)
|
||||||
ret = AVERROR(EIO);
|
ret = AVERROR(EIO);
|
||||||
else {
|
else {
|
||||||
@ -255,7 +252,6 @@ static int wc3_read_packet(AVFormatContext *s,
|
|||||||
i += text[i] + 1;
|
i += text[i] + 1;
|
||||||
av_log (s, AV_LOG_DEBUG, " fronsay: %s\n", &text[i + 1]);
|
av_log (s, AV_LOG_DEBUG, " fronsay: %s\n", &text[i + 1]);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AUDI_TAG:
|
case AUDI_TAG:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user