mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-26 10:22:34 +08: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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user