Re: [FFmpeg-devel] [PATCH 1/2] avformat/thp: check av_get_packet() for failure

2015-02-06 Thread Paul B Mahol
On 2/5/15, Michael Niedermayer wrote: > On Thu, Feb 05, 2015 at 03:08:16PM +, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/thp.c | 2 ++ >> 1 file changed, 2 insertions(+) > > LGTM > applied > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF1336

Re: [FFmpeg-devel] [PATCH 1/2] avformat/thp: check av_get_packet() for failure

2015-02-05 Thread Michael Niedermayer
On Thu, Feb 05, 2015 at 03:08:16PM +, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/thp.c | 2 ++ > 1 file changed, 2 insertions(+) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Republics decline into democracies and democrac

[FFmpeg-devel] [PATCH 1/2] avformat/thp: check av_get_packet() for failure

2015-02-05 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/thp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/thp.c b/libavformat/thp.c index 91fa90f..727fb50 100644 --- a/libavformat/thp.c +++ b/libavformat/thp.c @@ -176,6 +176,8 @@ static int thp_read_packet(AVFormatContext *s,