]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gif.c
swf: Move shared table out of the header file
[ffmpeg] / libavformat / gif.c
index 79350a26b67a5065c2d17e7add95ffe702a1dfec..0479bde124f60a4379f610048f1656628b8da0dc 100644 (file)
@@ -372,8 +372,8 @@ AVOutputFormat ff_gif_muxer = {
     .mime_type      = "image/gif",
     .extensions     = "gif",
     .priv_data_size = sizeof(GIFContext),
-    .audio_codec    = CODEC_ID_NONE,
-    .video_codec    = CODEC_ID_RAWVIDEO,
+    .audio_codec    = AV_CODEC_ID_NONE,
+    .video_codec    = AV_CODEC_ID_RAWVIDEO,
     .write_header   = gif_write_header,
     .write_packet   = gif_write_packet,
     .write_trailer  = gif_write_trailer,