You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Replace ffmpeg references with more accurate libav* references.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
/* if we don't know the size in advance */
|
||||
#define AU_UNKNOWN_SIZE ((uint32_t)(~0))
|
||||
|
||||
/* The ffmpeg codecs we support, and the IDs they have in the file */
|
||||
/* The libavcodec codecs we support, and the IDs they have in the file */
|
||||
static const AVCodecTag codec_au_tags[] = {
|
||||
{ CODEC_ID_PCM_MULAW, 1 },
|
||||
{ CODEC_ID_PCM_S8, 2 },
|
||||
|
||||
Reference in New Issue
Block a user