summaryrefslogtreecommitdiff
path: root/libavcodec/libschroedinger.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-31 02:26:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-10-31 02:26:47 +0100
commit0489af478e5f490aee2d96daa29043b590c8d280 (patch)
tree4b87c989fd78132150f8bed362d19d081ac50e47 /libavcodec/libschroedinger.h
parente484b64ce37e7bc7556c6113ce6f10671e20f61f (diff)
parent45235d69c271966409cdd3eaa022258c22e04fdb (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: libdirac/libschroedinger: Drop unnecessary symbol prefixes. cmdutils: check fread() return value Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/libschroedinger.h')
-rw-r--r--libavcodec/libschroedinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libschroedinger.h b/libavcodec/libschroedinger.h
index 65a41e642a..dc3ba1815e 100644
--- a/libavcodec/libschroedinger.h
+++ b/libavcodec/libschroedinger.h
@@ -34,7 +34,7 @@ static const struct {
enum PixelFormat ff_pix_fmt;
SchroChromaFormat schro_pix_fmt;
SchroFrameFormat schro_frame_fmt;
-} ffmpeg_schro_pixel_format_map[] = {
+} schro_pixel_format_map[] = {
{ PIX_FMT_YUV420P, SCHRO_CHROMA_420, SCHRO_FRAME_FORMAT_U8_420 },
{ PIX_FMT_YUV422P, SCHRO_CHROMA_422, SCHRO_FRAME_FORMAT_U8_422 },
{ PIX_FMT_YUV444P, SCHRO_CHROMA_444, SCHRO_FRAME_FORMAT_U8_444 },