Commit 348e23e6 authored by stefano's avatar stefano

Satisfy style nits.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21648 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a930cea6
...@@ -41,12 +41,12 @@ unsigned avdevice_version(void); ...@@ -41,12 +41,12 @@ unsigned avdevice_version(void);
/** /**
* Returns the libavdevice build-time configuration. * Returns the libavdevice build-time configuration.
*/ */
const char * avdevice_configuration(void); const char *avdevice_configuration(void);
/** /**
* Returns the libavdevice license. * Returns the libavdevice license.
*/ */
const char * avdevice_license(void); const char *avdevice_license(void);
/** /**
* Initialize libavdevice and register all the input and output devices. * Initialize libavdevice and register all the input and output devices.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment