]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/movenc.c
avcodec/videotoolbox: Fix bistream typo
[ffmpeg] / libavformat / movenc.c
index 8b7e582768c1057e965c5fc2bc6791d2ef488b89..e03c4ec082efa4b81bfe77a19a93f8842f173638 100644 (file)
@@ -733,7 +733,7 @@ static int mov_write_dvc1_structs(MOVTrack *track, uint8_t *buf)
                "dvc1 atom. Set the delay_moov flag to fix this.\n");
     }
 
-    unescaped = av_mallocz(track->vos_len + FF_INPUT_BUFFER_PADDING_SIZE);
+    unescaped = av_mallocz(track->vos_len + AV_INPUT_BUFFER_PADDING_SIZE);
     if (!unescaped)
         return AVERROR(ENOMEM);
     start = find_next_marker(track->vos_data, end);