mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02: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"
|
#include "alsa-audio.h"
|
||||||
|
|
||||||
av_cold static int audio_read_header(AVFormatContext *s1,
|
static av_cold int audio_read_header(AVFormatContext *s1,
|
||||||
AVFormatParameters *ap)
|
AVFormatParameters *ap)
|
||||||
{
|
{
|
||||||
AlsaData *s = s1->priv_data;
|
AlsaData *s = s1->priv_data;
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include "alsa-audio.h"
|
#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;
|
AlsaData *s = s1->priv_data;
|
||||||
AVStream *st;
|
AVStream *st;
|
||||||
|
Loading…
Reference in New Issue
Block a user