This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
DNxHD: remove ff_thread_finish_setup, it isn't needed at all.
Should fix issue
#938
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Javier Cabezas
Michael Niedermayer
14 years ago
parent
f491f033f5
commit
d4385299d3
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavcodec/dnxhddec.c
+ 0
- 2
libavcodec/dnxhddec.c
View File
@@ -394,8 +394,6 @@ static int dnxhd_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
}
}
ff_thread_finish_setup(avctx);
dnxhd_decode_macroblocks(ctx, buf + 0x280, buf_size - 0x280);
if (first_field && ctx->picture.interlaced_frame) {
Write
Preview
Loading…
Cancel
Save