]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggparsetheora.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavformat / oggparsetheora.c
index d1559f4632da8ada7972b1a96ebedba5a26297ca..021d3aefb5a3bf0237fe0c90e2d5a638268245c2 100644 (file)
@@ -107,7 +107,7 @@ theora_header (AVFormatContext * s, int idx)
         thp->gpmask = (1 << thp->gpshift) - 1;
 
         st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
-        st->codec->codec_id = CODEC_ID_THEORA;
+        st->codec->codec_id = AV_CODEC_ID_THEORA;
         st->need_parsing = AVSTREAM_PARSE_HEADERS;
 
     } else if (os->buf[os->pstart] == 0x83) {