On Thu, 30 Jan 2020, Paul B Mahol wrote:
bug in commit message, otherwise lgtm
Thanks, pushed the series.
Regards,
Marton
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit
bug in commit message, otherwise lgtm
On 1/30/20, Marton Balint wrote:
> Right shift of signed value is impelentation defined.
>
> Signed-off-by: Marton Balint
> ---
> libavutil/common.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavutil/common.h b/libavutil/comm
Right shift of signed value is impelentation defined.
Signed-off-by: Marton Balint
---
libavutil/common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/common.h b/libavutil/common.h
index f09f0b486b..5568754bb9 100644
--- a/libavutil/common.h
+++ b/libavutil/commo