Browse Source

Merge commit 'a4b1b5aa281cacde8351d9947b54ccf82ff10cd0'

* commit 'a4b1b5aa281cacde8351d9947b54ccf82ff10cd0':
  wc3movie: Drop unused cruft

Merged-by: Clément Bœsch <u@pkh.me>
tags/n3.3
Clément Bœsch 9 years ago
parent
commit
83706367e2
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavformat/wc3movie.c

+ 0
- 4
libavformat/wc3movie.c View File

@@ -242,9 +242,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 {
@@ -262,7 +259,6 @@ static int wc3_read_packet(AVFormatContext *s,
return AVERROR_INVALIDDATA;
av_log (s, AV_LOG_DEBUG, " fronsay: %s\n", &text[i + 1]);
}
#endif
break;

case AUDI_TAG:


Loading…
Cancel
Save