mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
qtdemux: Remove white space at end of line
https://bugzilla.gnome.org/show_bug.cgi?id=791483
This commit is contained in:
parent
1551759cec
commit
75241cfa6b
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ struct _GstQTDemux {
|
||||||
|
|
||||||
/* Set to TRUE when all streams have been exposed */
|
/* Set to TRUE when all streams have been exposed */
|
||||||
gboolean exposed;
|
gboolean exposed;
|
||||||
|
|
||||||
gint64 chapters_track_id;
|
gint64 chapters_track_id;
|
||||||
|
|
||||||
/* protection support */
|
/* protection support */
|
||||||
|
@ -154,7 +154,7 @@ struct _GstQTDemux {
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ALL VARIABLES BELOW ARE ONLY USED IN PUSH-BASED MODE
|
* ALL VARIABLES BELOW ARE ONLY USED IN PUSH-BASED MODE
|
||||||
*/
|
*/
|
||||||
GstAdapter *adapter;
|
GstAdapter *adapter;
|
||||||
guint neededbytes;
|
guint neededbytes;
|
||||||
|
|
Loading…
Reference in a new issue