mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
Fix typo in last checkin
Original commit message from CVS: Fix typo in last checkin
This commit is contained in:
parent
3a70d95a84
commit
40998b3018
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ gst_auparse_chain (GstPad *pad, GstBuffer *buf)
|
||||||
|
|
||||||
/* and of course, someone had to invent a little endian
|
/* and of course, someone had to invent a little endian
|
||||||
* version. Used by DEC systems. */
|
* version. Used by DEC systems. */
|
||||||
/*
|
|
||||||
} else if (GUINT32_FROM_LE (*head) == 0x0064732E) {
|
} else if (GUINT32_FROM_LE (*head) == 0x0064732E) {
|
||||||
auparse->le = 1;
|
auparse->le = 1;
|
||||||
head++;
|
head++;
|
||||||
|
|
Loading…
Reference in a new issue