]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/samplefmt.h
sgi: decode images with 4 channels at 8 and 16 bits
[ffmpeg] / libavutil / samplefmt.h
index 0641c56bc53c2051f6f2950f1aa9ddc5f9b2249e..33cbdedf5f0b6be5f3cabab8c167e5812321bd26 100644 (file)
@@ -111,14 +111,6 @@ enum AVSampleFormat av_get_planar_sample_fmt(enum AVSampleFormat sample_fmt);
  */
 char *av_get_sample_fmt_string(char *buf, int buf_size, enum AVSampleFormat sample_fmt);
 
-#if FF_API_GET_BITS_PER_SAMPLE_FMT
-/**
- * @deprecated Use av_get_bytes_per_sample() instead.
- */
-attribute_deprecated
-int av_get_bits_per_sample_fmt(enum AVSampleFormat sample_fmt);
-#endif
-
 /**
  * Return number of bytes per sample.
  *