diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-09 15:11:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-03 16:40:12 +0200 |
commit | 24009f3601e883199e6dc232cec7d60e57764b3c (patch) | |
tree | 11a116c0ec315312cc1fb8a4ed284b61e8d95083 /libavcodec/raw.h | |
parent | bbd1c43fa3231cae594e9103a0e041977eafa244 (diff) | |
download | ffmpeg-24009f3601e883199e6dc232cec7d60e57764b3c.tar.gz |
Make find_pix_fmt() non static
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/raw.h')
-rw-r--r-- | libavcodec/raw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/raw.h b/libavcodec/raw.h index 4eece61e97..4724cd3547 100644 --- a/libavcodec/raw.h +++ b/libavcodec/raw.h @@ -35,5 +35,6 @@ typedef struct PixelFormatTag { } PixelFormatTag; extern const PixelFormatTag ff_raw_pix_fmt_tags[]; +enum PixelFormat ff_find_pix_fmt(const PixelFormatTag *tags, unsigned int fourcc); #endif /* AVCODEC_RAW_H */ |