]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec_fixed.c
avformat/mpegts: rework clearing and adding pid to program
[ffmpeg] / libavcodec / ac3dec_fixed.c
index 662cb8169ed8ec1050e0bae973354a8dc8e18062..daab4332958aeb9c38333a5d4195b25416bc06e3 100644 (file)
@@ -182,5 +182,5 @@ AVCodec ff_ac3_fixed_decoder = {
     .sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P,
                                                       AV_SAMPLE_FMT_NONE },
     .priv_class     = &ac3_decoder_class,
-    .caps_internal  = FF_CODEC_CAP_INIT_CLEANUP,
+    .caps_internal  = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
 };