mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
codecparsers: minor header indentation clean-up for mpegvideoparser
This commit is contained in:
parent
2eefdda3e4
commit
7d41bc7825
1 changed files with 2 additions and 2 deletions
|
@ -378,8 +378,8 @@ struct _GstMpegVideoPacket
|
|||
gint size;
|
||||
};
|
||||
|
||||
gboolean gst_mpeg_video_parse (GstMpegVideoPacket * packet,
|
||||
const guint8 * data, gsize size, guint offset);
|
||||
gboolean gst_mpeg_video_parse (GstMpegVideoPacket * packet,
|
||||
const guint8 * data, gsize size, guint offset);
|
||||
|
||||
gboolean gst_mpeg_video_parse_sequence_header (GstMpegVideoSequenceHdr * params,
|
||||
const guint8 * data, gsize size, guint offset);
|
||||
|
|
Loading…
Reference in a new issue