X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flibschroedinger.h;h=262e0220bf6b15a8c3774b404ac33977b3ed75b8;hb=e18f70c2d132c239899440cf01a14db23a638c59;hp=65a41e642a6a1aa65b81836cc35e0efd6ca9c487;hpb=78d7d8fe9170f38ee0b2ab6f731ff1a61c712db5;p=ffmpeg diff --git a/libavcodec/libschroedinger.h b/libavcodec/libschroedinger.h index 65a41e642a6..262e0220bf6 100644 --- a/libavcodec/libschroedinger.h +++ b/libavcodec/libschroedinger.h @@ -20,7 +20,7 @@ /** * @file -* data structures common to libschroedingerdec.c and libschroedingerenc.c +* data structures common to libschroedinger decoder and encoder */ #ifndef AVCODEC_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 },