Re: [FFmpeg-devel] [PATCH 01/10] libavformat/ty: use decimal constant for shift

2018-10-06 Thread Michael Niedermayer
On Wed, Sep 19, 2018 at 06:05:23PM +0200, Michael Niedermayer wrote: > This was the only case in the source that uses a hexadecimal shift value. > The change removed a special case in respect to greping > > Signed-off-by: Michael Niedermayer > --- > libavformat/ty.c | 2 +- > 1 file changed, 1 i

[FFmpeg-devel] [PATCH 01/10] libavformat/ty: use decimal constant for shift

2018-09-19 Thread Michael Niedermayer
This was the only case in the source that uses a hexadecimal shift value. The change removed a special case in respect to greping Signed-off-by: Michael Niedermayer --- libavformat/ty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/ty.c b/libavformat/ty.c index