qtdemux: Remove white space at end of line

https://bugzilla.gnome.org/show_bug.cgi?id=791483
This commit is contained in:
Seungha Yang 2017-12-12 00:14:02 +09:00 committed by Tim-Philipp Müller
parent 1551759cec
commit 75241cfa6b

View file

@ -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;