X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftxd.c;h=06aca8c3f4ec700be6e3eb39176be84c6dc3bd1d;hb=dd3ca3ea15392da8636c06764e2da31e6ca700f0;hp=284d53212f5e520f22c70689c9f7f1255afc0f16;hpb=f72601d06378494b5026b919fcd3eb5eb22799a1;p=ffmpeg diff --git a/libavformat/txd.c b/libavformat/txd.c index 284d53212f5..06aca8c3f4e 100644 --- a/libavformat/txd.c +++ b/libavformat/txd.c @@ -49,8 +49,6 @@ static int txd_read_header(AVFormatContext *s, AVFormatParameters *ap) { st->codec->time_base.num = 1; /* the parameters will be extracted from the compressed bitstream */ - s->pb->maxsize= avio_size(s->pb); - return 0; }