mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
consistency with other files: av_cold static ---> static av_cold
Originally committed as revision 20662 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1bd26e51f3
commit
244c8d100a
@ -50,7 +50,7 @@
|
||||
|
||||
#include "alsa-audio.h"
|
||||
|
||||
av_cold static int audio_read_header(AVFormatContext *s1,
|
||||
static av_cold int audio_read_header(AVFormatContext *s1,
|
||||
AVFormatParameters *ap)
|
||||
{
|
||||
AlsaData *s = s1->priv_data;
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "alsa-audio.h"
|
||||
|
||||
av_cold static int audio_write_header(AVFormatContext *s1)
|
||||
static av_cold int audio_write_header(AVFormatContext *s1)
|
||||
{
|
||||
AlsaData *s = s1->priv_data;
|
||||
AVStream *st;
|
||||
|
Loading…
Reference in New Issue
Block a user