Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-16 18:44:29 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-12-16 19:58:20 +0400
commit207d9eab5a47c54173a3a3cbe990aa746fe6e39a (patch)
tree5623138bf3487d19902dbff3b1f5082772842d3b /libavformat/txd.c
parent559ae20dda9e84abf878ee10f8dcea78dacfd0cc (diff)
txd/westwood: remove demuxer specific overallocate solutions as the new generic code
handles it fine. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/txd.c')
-rw-r--r--libavformat/txd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/txd.c b/libavformat/txd.c
index 284d53212f..06aca8c3f4 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;
}