Satisfy style nits.

Originally committed as revision 21648 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-02-05 23:24:08 +00:00
parent 4e38c09433
commit 1dc5c35809
1 changed files with 2 additions and 2 deletions

View File

@ -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.