]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gif.c
ffplay: get rid of void casts in the option table
[ffmpeg] / libavformat / gif.c
index 9cc4c9a2f69bfd5c9e2d7614ff4097a490e3af10..e2118fe17537c5630eba3dec845865d9e431c263 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,