1
0
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:
Diego Biurrun
2011-10-30 18:02:42 +01:00
parent 20566eb0f0
commit 2f5df0b12c
12 changed files with 15 additions and 15 deletions

View File

@@ -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 },