]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264_ps.c
libx265: Properly handled dynamic linking with MSVC
[ffmpeg] / libavcodec / h264_ps.c
index 91d73ccbdb4fbea4fb4db5e2662b59491cf4f319..603f1681e33dd3f966212f9838510db50320bf4c 100644 (file)
@@ -554,7 +554,7 @@ int ff_h264_decode_seq_parameter_set(H264Context *h)
                sps->timing_info_present_flag ? sps->num_units_in_tick : 0,
                sps->timing_info_present_flag ? sps->time_scale : 0,
                sps->bit_depth_luma,
-               h->sps.bitstream_restriction_flag ? sps->num_reorder_frames : -1
+               sps->bitstream_restriction_flag ? sps->num_reorder_frames : -1
                );
     }
     sps->new = 1;