Satisfy style nits.

Originally committed as revision 21648 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Stefano Sabatini 15 years ago
parent 4e38c09433
commit 1dc5c35809
  1. 4
      libavdevice/avdevice.h

@ -41,12 +41,12 @@ unsigned avdevice_version(void);
/**
* Returns the libavdevice build-time configuration.
*/
const char * avdevice_configuration(void);
const char *avdevice_configuration(void);
/**
* Returns the libavdevice license.
*/
const char * avdevice_license(void);
const char *avdevice_license(void);
/**
* Initialize libavdevice and register all the input and output devices.

Loading…
Cancel
Save