delete ffmpeg.git.patch8 in prepartion for potential upgrade to ffmpeg version 8.0 master
authorGood Guy <good1.2guy@gmail.com>
Sat, 17 May 2025 21:47:06 +0000 (15:47 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sat, 17 May 2025 21:47:06 +0000 (15:47 -0600)
cinelerra-5.1/thirdparty/src/ffmpeg.git.patch8 [deleted file]

diff --git a/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch8 b/cinelerra-5.1/thirdparty/src/ffmpeg.git.patch8
deleted file mode 100644 (file)
index fcafebb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libavcodec/h263dec.c
-+++ b/libavcodec/h263dec.c
-@@ -623,7 +623,7 @@
-     if (CONFIG_MPEG4_DECODER && avctx->codec_id == AV_CODEC_ID_MPEG4)
-         ff_mpeg4_frame_end(avctx, buf, buf_size);
--    if (!s->divx_packed && avctx->hwaccel)
-+    if (s->divx_packed && avctx->hwaccel)
-         ff_thread_finish_setup(avctx);
-     av_assert1(s->current_picture.f->pict_type == s->current_picture_ptr->f->pict_type);