diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 13:19:50 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-10-30 21:40:52 +0100 |
commit | 45235d69c271966409cdd3eaa022258c22e04fdb (patch) | |
tree | 34928e6d94ea7a2ff4c382c616297976cf336397 /libavcodec/libdirac.h | |
parent | d94c577d3c61e428cfcbcd3dc3a80bd848077eae (diff) | |
download | ffmpeg-45235d69c271966409cdd3eaa022258c22e04fdb.tar.gz |
libdirac/libschroedinger: Drop unnecessary symbol prefixes.
The names used in the libdirac/libschroedinger wrappers are long enough as-is.
Bloating them with unnecessary prefixes makes them even more unwieldy.
Diffstat (limited to 'libavcodec/libdirac.h')
-rw-r--r-- | libavcodec/libdirac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libdirac.h b/libavcodec/libdirac.h index 7f7912238d..e054f61a78 100644 --- a/libavcodec/libdirac.h +++ b/libavcodec/libdirac.h @@ -35,7 +35,7 @@ static const struct { enum PixelFormat ff_pix_fmt; dirac_chroma_t dirac_pix_fmt; -} ffmpeg_dirac_pixel_format_map[] = { +} dirac_pixel_format_map[] = { { PIX_FMT_YUV420P, format420 }, { PIX_FMT_YUV422P, format422 }, { PIX_FMT_YUV444P, format444 }, |