diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-03-20 22:29:31 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-03-20 22:29:31 +0000 |
commit | 432603e3765d7d337d15e475ceaa2a8fe189e1b9 (patch) | |
tree | 5c39d8792004be68d9db012f8821bf72bd02a6d3 /libavcodec/imgconvert.h | |
parent | 39b60944a8ef69e490b188b4f43de91110c51fee (diff) | |
download | ffmpeg-432603e3765d7d337d15e475ceaa2a8fe189e1b9.tar.gz |
Remove declaration of the removed function img_convert().
Originally committed as revision 18080 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgconvert.h')
-rw-r--r-- | libavcodec/imgconvert.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/imgconvert.h b/libavcodec/imgconvert.h index 3b5bed76af..ed9a6b73b1 100644 --- a/libavcodec/imgconvert.h +++ b/libavcodec/imgconvert.h @@ -35,7 +35,4 @@ int ff_get_plane_bytewidth(enum PixelFormat pix_fmt, int width, int plane); int ff_set_systematic_pal(uint32_t pal[256], enum PixelFormat pix_fmt); -int img_convert(AVPicture *dst, int dst_pix_fmt, const AVPicture *src, - int src_pix_fmt, int src_width, int src_height); - #endif /* AVCODEC_IMGCONVERT_H */ |