]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/framecrcenc.c
build: Make the ISMV muxer select the MOV muxer
[ffmpeg] / libavformat / framecrcenc.c
index 3018b726261fc337f30cf732143480d12bdb0812..de6fa2b9607248ba88298b6c6166d59c71aa5a06 100644 (file)
@@ -39,8 +39,8 @@ AVOutputFormat ff_framecrc_muxer = {
     .name              = "framecrc",
     .long_name         = NULL_IF_CONFIG_SMALL("framecrc testing"),
     .extensions        = "",
-    .audio_codec       = CODEC_ID_PCM_S16LE,
-    .video_codec       = CODEC_ID_RAWVIDEO,
+    .audio_codec       = AV_CODEC_ID_PCM_S16LE,
+    .video_codec       = AV_CODEC_ID_RAWVIDEO,
     .write_header      = ff_framehash_write_header,
     .write_packet      = framecrc_write_packet,
     .flags             = AVFMT_VARIABLE_FPS | AVFMT_TS_NONSTRICT,