summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-31 12:13:51 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-10 16:51:44 +0200
commit881db34f6a02be3a3a5aa56d8712cb1ecc9a7d13 (patch)
treed15477563b9825c5e7da3f471f9862331addc2d0 /libavcodec/avcodec.h
parent2628dff366b8a63303a34a4e6990a7d845f421bc (diff)
lavc: move av_get_pcm_codec() from avcodec.h to codec_id.h
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3787504ec3..c30c035532 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3112,14 +3112,6 @@ int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels,
void avcodec_flush_buffers(AVCodecContext *avctx);
/**
- * Return the PCM codec associated with a sample format.
- * @param be endianness, 0 for little, 1 for big,
- * -1 (or anything else) for native
- * @return AV_CODEC_ID_PCM_* or AV_CODEC_ID_NONE
- */
-enum AVCodecID av_get_pcm_codec(enum AVSampleFormat fmt, int be);
-
-/**
* Return audio frame duration.
*
* @param avctx codec context