Commit 244c8d10 authored by Ivo van Poorten's avatar Ivo van Poorten

consistency with other files: av_cold static ---> static av_cold

Originally committed as revision 20662 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1bd26e51
...@@ -50,7 +50,7 @@ ...@@ -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 @@ ...@@ -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;
......
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