summaryrefslogtreecommitdiffstats
path: root/demux/demux_lavf.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-03 15:19:33 +0100
committerwm4 <wm4@nowhere>2015-03-03 15:19:33 +0100
commitb3401e8972399ecccff6c639cb845939ee6a8efc (patch)
treef046db307d57cc5a97a3e7e5baa11326765b272e /demux/demux_lavf.c
parent22d11d7b3a4f82128245ed5e0b7dfc91755ad188 (diff)
downloadmpv-b3401e8972399ecccff6c639cb845939ee6a8efc.tar.bz2
mpv-b3401e8972399ecccff6c639cb845939ee6a8efc.tar.xz
sub: this isn't needed either
Diffstat (limited to 'demux/demux_lavf.c')
-rw-r--r--demux/demux_lavf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c
index 4c960403da..0275b1afd2 100644
--- a/demux/demux_lavf.c
+++ b/demux/demux_lavf.c
@@ -560,8 +560,6 @@ static void handle_stream(demuxer_t *demuxer, int i)
memcpy(sh_sub->extradata, codec->extradata, codec->extradata_size);
sh_sub->extradata_len = codec->extradata_size;
}
- sh_sub->w = codec->width;
- sh_sub->h = codec->height;
if (matches_avinputformat_name(priv, "microdvd")) {
AVRational r;