-
- Downloads
Add (mostly) const to variable and parameter declaration, where a char* was
used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Showing
- libavformat/aiff.c 2 additions, 2 deletionslibavformat/aiff.c
- libavformat/asf-enc.c 2 additions, 2 deletionslibavformat/asf-enc.c
- libavformat/avformat.h 1 addition, 1 deletionlibavformat/avformat.h
- libavformat/dv.c 1 addition, 1 deletionlibavformat/dv.c
- libavformat/gif.c 1 addition, 1 deletionlibavformat/gif.c
- libavformat/matroska.c 2 additions, 2 deletionslibavformat/matroska.c
- libavformat/movenc.c 3 additions, 3 deletionslibavformat/movenc.c
- libavformat/png.c 1 addition, 1 deletionlibavformat/png.c
- libavformat/utils.c 1 addition, 1 deletionlibavformat/utils.c
- libavformat/yuv4mpeg.c 1 addition, 1 deletionlibavformat/yuv4mpeg.c
Loading
Please register or sign in to comment