Re: [FFmpeg-devel] [PATCH] avformat/mov: remove redundant assignment

2015-11-16 Thread Ganesh Ajjanagadde
On Mon, Nov 16, 2015 at 6:40 AM, Michael Niedermayer wrote: > On Sun, Nov 15, 2015 at 09:05:18PM -0500, Ganesh Ajjanagadde wrote: >> This is possibly undefined behavior based on sequence point rules, but I >> have not studied the spec at that level of detail. >> >> Fixes: CID 1338321. >> >> Signed

Re: [FFmpeg-devel] [PATCH] avformat/mov: remove redundant assignment

2015-11-16 Thread Michael Niedermayer
On Sun, Nov 15, 2015 at 09:05:18PM -0500, Ganesh Ajjanagadde wrote: > This is possibly undefined behavior based on sequence point rules, but I > have not studied the spec at that level of detail. > > Fixes: CID 1338321. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavformat/mov.c | 2 +- > 1

[FFmpeg-devel] [PATCH] avformat/mov: remove redundant assignment

2015-11-15 Thread Ganesh Ajjanagadde
This is possibly undefined behavior based on sequence point rules, but I have not studied the spec at that level of detail. Fixes: CID 1338321. Signed-off-by: Ganesh Ajjanagadde --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavfo