-
- Downloads
Change all uses of restrict to use av_restrict instead.
Defining restrict results - for some compilers - in changing other
uses of the restrict keyword also, e.g. __declspec(restrict) gets
changed to __declspec(__restrict) on MSVC. This causes compilation
failures. Therefore, using a private namespace macro instead is
more reliable and robust.
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- configure 1 addition, 1 deletionconfigure
- libavcodec/dsputil.c 1 addition, 1 deletionlibavcodec/dsputil.c
- libavcodec/dsputil.h 1 addition, 1 deletionlibavcodec/dsputil.h
- libavcodec/ituh263dec.c 1 addition, 1 deletionlibavcodec/ituh263dec.c
- libavcodec/mpegvideo.c 2 additions, 2 deletionslibavcodec/mpegvideo.c
- libavformat/rtpenc.h 2 additions, 2 deletionslibavformat/rtpenc.h
- libavformat/rtpenc_h263.c 2 additions, 2 deletionslibavformat/rtpenc_h263.c
Loading
Please register or sign in to comment