Re: [FFmpeg-devel] [PATCH 4/7] avformat/thp: dont mix integers with pointers

2014-08-16 Thread Michael Niedermayer
On Sat, Aug 16, 2014 at 10:21:57AM +0200, Paul B Mahol wrote: > On 8/16/14, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/thp.c |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/thp.c b/libavformat/thp.c > >

Re: [FFmpeg-devel] [PATCH 4/7] avformat/thp: dont mix integers with pointers

2014-08-16 Thread Paul B Mahol
On 8/16/14, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavformat/thp.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/thp.c b/libavformat/thp.c > index bc4f0daf..714cec6 100644 > --- a/libavformat/thp.c > +++ b/libavformat/t

[FFmpeg-devel] [PATCH 4/7] avformat/thp: dont mix integers with pointers

2014-08-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/thp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/thp.c b/libavformat/thp.c index bc4f0daf..714cec6 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.c @@ -98,7 +98,7 @@ static int thp_read_header(AVForma