]> git.sesse.net Git - ffmpeg/blobdiff - doc/developer.texi
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / doc / developer.texi
index d36f53f1914c4c7a7c2d321faf6e8b2130b9acc8..60f6d054dac5193ea2ae78971ab2fa2ddc7083ed 100644 (file)
@@ -403,7 +403,7 @@ send a reminder by email. Your patch should eventually be dealt with.
 @item
     Did you register it in @file{allcodecs.c} or @file{allformats.c}?
 @item
-    Did you add the CodecID to @file{avcodec.h}?
+    Did you add the AVCodecID to @file{avcodec.h}?
 @item
     If it has a fourcc, did you add it to @file{libavformat/riff.c},
     even if it is only a decoder?