mirror of https://git.ffmpeg.org/ffmpeg.git
Satisfy style nits.
Originally committed as revision 21648 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4e38c09433
commit
1dc5c35809
|
@ -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…
Reference in New Issue