]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/id3v2enc.c
Merge commit 'f154ef1ae5b03f288dd8c025dab1884b4cb20c1a'
[ffmpeg] / libavformat / id3v2enc.c
index 1caadd63356bb49537fe36e570a5c9253dfadf6d..a10d6799462f24763862e306415178ac6e1c6597 100644 (file)
@@ -210,7 +210,7 @@ int ff_id3v2_write_apic(AVFormatContext *s, ID3v2EncContext *id3, AVPacket *pkt)
     int i, len, type = 0;
 
     /* get the mimetype*/
-    while (mime->id != CODEC_ID_NONE) {
+    while (mime->id != AV_CODEC_ID_NONE) {
         if (mime->id == st->codec->codec_id) {
             mimetype = mime->str;
             break;