mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
codecs: Fix a typo in mpeg2 stateless decoder base class.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1915>
This commit is contained in:
parent
f1fe62dbe5
commit
29be6ff83a
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ gst_mpeg2_decoder_handle_sequence (GstMpeg2Decoder * decoder,
|
|||
priv->seq_display_ext = SEQ_DISPLAY_EXT_INIT;
|
||||
priv->seq_scalable_ext = SEQ_SCALABLE_EXT_INIT;
|
||||
priv->quant_matrix = QUANT_MATRIX_EXT_INIT;
|
||||
priv->pic_ext = PIC_HDR_EXT_INIT;;
|
||||
priv->pic_ext = PIC_HDR_EXT_INIT;
|
||||
|
||||
priv->seq_hdr = seq_hdr;
|
||||
priv->seq_changed = TRUE;
|
||||
|
|
Loading…
Reference in a new issue